diff --git a/fsmpi-latex/Dockerfile b/fsmpi-latex/Dockerfile
index 2a47703a7cd37608697f566942568e5975b8d508..610665fbf00ace446ed1ab40986685fefe86d207 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 texlive-publishers && rm -rf /var/lib/apt/lists/*
+RUN apt-get update && apt-get install --no-install-recommends -y texlive texlive-xetex latexmk lmodern fonts-cmu texlive-science texlive-publishers && rm -rf /var/lib/apt/lists/*