Skip to content

Commit 7e7b7c2

Browse files
Add texlive-bibtex-extra biber texlive-fonts-extra texlive-science packages (#273)
* Add biber package (#1) * Add texlive-bibtex-extra texlive-fonts-extra texlive-science packages (#2) * Sort packages and remove texlive-fonts-extra --------- Co-authored-by: Thomas Leplus <thomasleplus@users.noreply.github.com>
1 parent b2cbf63 commit 7e7b7c2

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)