Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus authored Mar 18, 2024
1 parent 7b8d8b4 commit 3eac230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion latex/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG USER_GECOS=LaTeX

# hadolint ignore=DL3008
RUN apt-get update && \
apt-get install --no-install-recommends -y adduser chktex ghostscript lacheck latexmk texlive && \
apt-get install --no-install-recommends -y adduser chktex ghostscript lacheck latexmk texlive texlive-latex-extra && \
# Removing documentation packages *after* installing them is kind of hacky,
# but it only adds some overhead while building the image.
apt-get --purge remove -y .\*-doc$ && \
Expand Down

0 comments on commit 3eac230

Please sign in to comment.