From 2eaa1a2d677779977709baa2258bdac136b07beb Mon Sep 17 00:00:00 2001
From: Thomas Schneider <thomas@fsmpi.rwth-aachen.de>
Date: Tue, 3 Mar 2020 16:21:42 +0100
Subject: [PATCH] fsmpi-latex: Add texlive-publishers package

---
 fsmpi-latex/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fsmpi-latex/Dockerfile b/fsmpi-latex/Dockerfile
index 3388395..2a47703 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/*
-- 
GitLab