docker: add LABEL

This commit is contained in:
2024-12-30 06:08:15 -07:00
parent 10e1544272
commit d65e1308fb

View File

@@ -11,6 +11,8 @@ RUN cd /src && go build -ldflags "-X ytdlp-site/config.gitSHA=${GIT_SHA} -X ytdl
FROM debian:bookworm-slim
LABEL org.opencontainers.image.source = "https://github.com/cwpearson/reimager"
RUN apt-get update \
&& apt-get install -y --no-install-recommends --no-install-suggests \
ca-certificates \