remove repeated latex package

This commit is contained in:
Devin Neal 2019-06-02 21:13:41 -07:00
parent 75996a618c
commit c203f8e8c0

View file

@ -6,11 +6,10 @@ RUN apt-get update \
sox \
libcairo2-dev \
texlive \
texlive-latex-extra \
texlive-fonts-extra \
texlive-latex-extra \
texlive-latex-recommended \
texlive-science \
texlive-fonts-extra \
tipa \
&& rm -rf /var/lib/apt/lists/*
COPY . /manim