Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add texlive-bibtex-extra texlive-fonts-extra texlive-science packages (
  • Loading branch information
joariasl authored Jan 28, 2025
commit e5aeeba1e473a535da9dc02460eadca2217f1c9b
2 changes: 1 addition & 1 deletion latex/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG USER_GECOS=LaTeX

# hadolint ignore=DL3008
RUN apt-get update && \
apt-get install --no-install-recommends -y adduser chktex ghostscript lacheck latexmk latex-make latex-mk texlive texlive-lang-all texlive-latex-extra biber && \
apt-get install --no-install-recommends -y adduser chktex ghostscript lacheck latexmk latex-make latex-mk texlive texlive-lang-all texlive-latex-extra texlive-bibtex-extra biber texlive-fonts-extra texlive-science && \
# 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
Loading