diff --git a/Dockerfile b/Dockerfile
index d04d0321c7318701864434fa070446ba69bf4c6d..c57579bba6f4ef4a756da0cbf7061f5dd5075202 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -18,7 +18,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
         texlive-font-utils \
         texlive-latex-base \
         texlive-latex-extra \
-        texlive-luatex && \
+        texlive-luatex \
+        texlive-publishers && \
     rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/*
 VOLUME /project
 WORKDIR /project