You've already forked AstralRinth
forked from didirus/AstralRinth
fix: tag Labrinth and Daedalus Docker builds with the right metadata (#4147)
* fix: tag Labrinth and Daedalus Docker builds with the right metadata * chore: make it clear that Labrinth license is AGPL-3.0-only
This commit is contained in:
committed by
GitHub
parent
8e0732bf01
commit
6f59f4c110
@@ -17,6 +17,11 @@ RUN --mount=type=cache,target=/usr/src/daedalus/target \
|
||||
|
||||
FROM debian:bookworm-slim
|
||||
|
||||
LABEL org.opencontainers.image.source=https://github.com/modrinth/code
|
||||
LABEL org.opencontainers.image.title=daedalus
|
||||
LABEL org.opencontainers.image.description="Modrinth game metadata query client"
|
||||
LABEL org.opencontainers.image.licenses=MIT
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends ca-certificates openssl \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
Reference in New Issue
Block a user