install less latex

This commit is contained in:
Devin Neal 2019-06-02 21:10:45 -07:00
parent ed24541de6
commit 75996a618c

View file

@ -3,9 +3,15 @@ RUN apt-get update \
&& apt-get install -qqy --no-install-recommends \
apt-utils \
ffmpeg \
texlive-full \
sox \
libcairo2-dev \
texlive \
texlive-latex-extra \
texlive-fonts-extra \
texlive-latex-recommended \
texlive-science \
texlive-fonts-extra \
tipa \
&& rm -rf /var/lib/apt/lists/*
COPY . /manim
RUN cd /manim \