From cf8bd04f31bf74d97b4c6ed8d3c85660f43fec81 Mon Sep 17 00:00:00 2001
From: Thomas Schneider <thomas@fsmpi.rwth-aachen.de>
Date: Tue, 3 Mar 2020 16:37:56 +0100
Subject: [PATCH] =?UTF-8?q?fsmpi-latex:=20Don=E2=80=99t=20install=20recomm?=
 =?UTF-8?q?ended=20packages?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This avoids pulling in all the X dependencies.
---
 fsmpi-latex/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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