We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd155f5 commit 6363d87Copy full SHA for 6363d87
Containerfile
@@ -3,14 +3,14 @@ FROM debian:bookworm-slim
3
LABEL description="Lightweight TexLive environment for PDF compilation"
4
5
RUN apt-get update && apt-get install -y --no-install-recommends \
6
- texlive-latex-base \
7
- texlive-latex-extra \
8
- texlive-fonts-recommended \
9
- texlive-fonts-extra \
10
- texlive-pictures \
11
- texlive-lang-portuguese \
12
- git \
13
- && apt-get clean \
+ texlive-latex-base \
+ texlive-latex-extra \
+ texlive-fonts-recommended \
+ texlive-fonts-extra \
+ texlive-pictures \
+ texlive-lang-portuguese \
+ git \
+ && apt-get clean \
14
&& rm -rf /var/lib/apt/lists/*
15
16
WORKDIR /workspace
0 commit comments