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.
This commit is contained in:
Patrick Elsen 2018-10-14 20:44:23 +02:00
parent 31478c523c
commit 8d66cfb75b

View file

@ -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