Add container labels
This commit is contained in:
parent
86922c4547
commit
25fcee984b
@ -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 \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user