Skip to content

Commit 14eafa7

Browse files
committed
chore(Containerfile): add OCI and maintainer labels
1 parent a2cb766 commit 14eafa7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Containerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
FROM debian:bookworm-slim
22

33
LABEL description="Lightweight TexLive environment for PDF compilation"
4+
LABEL maintainer="librefos"
5+
LABEL org.opencontainers.image.source="https://github.com/librefos/cv"
46

57
RUN apt-get update && apt-get install -y --no-install-recommends \
68
texlive-latex-base \

0 commit comments

Comments
 (0)