We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2cb766 commit 14eafa7Copy full SHA for 14eafa7
Containerfile
@@ -1,6 +1,8 @@
1
FROM debian:bookworm-slim
2
3
LABEL description="Lightweight TexLive environment for PDF compilation"
4
+LABEL maintainer="librefos"
5
+LABEL org.opencontainers.image.source="https://github.com/librefos/cv"
6
7
RUN apt-get update && apt-get install -y --no-install-recommends \
8
texlive-latex-base \
0 commit comments