diff --git a/fsmpi-latex/Dockerfile b/fsmpi-latex/Dockerfile
index 3388395bb89682d9fcabf1a1660d94cfb1e86d05..2a47703a7cd37608697f566942568e5975b8d508 100644
--- a/fsmpi-latex/Dockerfile
+++ b/fsmpi-latex/Dockerfile
@@ -1,3 +1,3 @@
 ARG DEBIAN_RELEASE=buster
 FROM registry.git.fsmpi.rwth-aachen.de/infra/ci-containers/fsmpi-base:${DEBIAN_RELEASE}
-RUN apt-get update && apt-get install -y texlive texlive-xetex latexmk lmodern fonts-cmu texlive-science && rm -rf /var/lib/apt/lists/*
+RUN apt-get update && apt-get install -y texlive texlive-xetex latexmk lmodern fonts-cmu texlive-science texlive-publishers && rm -rf /var/lib/apt/lists/*