diff --git a/latex/Dockerfile b/latex/Dockerfile index b7ca1cd..b5f6000 100644 --- a/latex/Dockerfile +++ b/latex/Dockerfile @@ -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 latex-make latex-mk texlive texlive-latex-extra && \ + apt-get install --no-install-recommends -y adduser chktex ghostscript lacheck latexmk latex-make latex-mk texlive texlive-lang-all 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$ && \