We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97f9117 + 7e7b7c2 commit f91d8a3Copy full SHA for f91d8a3
latex/Dockerfile
@@ -11,7 +11,7 @@ ARG USER_GECOS=LaTeX
11
12
# hadolint ignore=DL3008
13
RUN apt-get update && \
14
- apt-get install --no-install-recommends -y adduser chktex ghostscript lacheck latexmk latex-make latex-mk texlive texlive-lang-all texlive-latex-extra && \
+ apt-get install --no-install-recommends -y adduser biber chktex ghostscript lacheck latexmk latex-make latex-mk texlive texlive-bibtex-extra texlive-lang-all texlive-latex-extra texlive-science && \
15
# Removing documentation packages *after* installing them is kind of hacky,
16
# but it only adds some overhead while building the image.
17
apt-get --purge remove -y .\*-doc$ && \
0 commit comments