Skip to content

Commit 6363d87

Browse files
committed
style(Containerfile): align package list for readability
1 parent dd155f5 commit 6363d87

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Containerfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ FROM debian:bookworm-slim
33
LABEL description="Lightweight TexLive environment for PDF compilation"
44

55
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 \
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 \
1414
&& rm -rf /var/lib/apt/lists/*
1515

1616
WORKDIR /workspace

0 commit comments

Comments
 (0)