Skip to content

Commit f91d8a3

Browse files
committed
2 parents 97f9117 + 7e7b7c2 commit f91d8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

latex/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ARG USER_GECOS=LaTeX
1111

1212
# hadolint ignore=DL3008
1313
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 && \
14+
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 && \
1515
# Removing documentation packages *after* installing them is kind of hacky,
1616
# but it only adds some overhead while building the image.
1717
apt-get --purge remove -y .\*-doc$ && \

0 commit comments

Comments
 (0)