You've already forked AstralRinth
forked from didirus/AstralRinth
Add container labels
This commit is contained in:
@@ -8,6 +8,10 @@ RUN cargo build --release
|
|||||||
|
|
||||||
FROM debian:bookworm-slim
|
FROM debian:bookworm-slim
|
||||||
|
|
||||||
|
LABEL org.opencontainers.image.source=https://github.com/modrinth/code
|
||||||
|
LABEL org.opencontainers.image.description="Modrinth API"
|
||||||
|
LABEL org.opencontainers.image.licenses=AGPL-3.0
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends ca-certificates openssl \
|
&& apt-get install -y --no-install-recommends ca-certificates openssl \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
|
|||||||
Reference in New Issue
Block a user