From 8d66cfb75b2781e74f1de29d8e331f349aef03a8 Mon Sep 17 00:00:00 2001 From: Patrick Elsen Date: Sun, 14 Oct 2018 20:44:23 +0200 Subject: [PATCH] Removes superfluous packages. The apt package texlive-full already includes texlive-latex-base and texlive-fonts-extra, so they don't have to installed separately. --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ef72df0f..7a8a8a28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,9 +27,7 @@ RUN apt-get install -qqy ffmpeg ENV TZ=America/Los_Angeles RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN apt-get install -qqy apt-transport-https -RUN apt-get install -qqy texlive-latex-base RUN apt-get install -qqy texlive-full -RUN apt-get install -qqy texlive-fonts-extra RUN apt-get install -qqy sox RUN apt-get install -qqy git