mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
remove repeated latex package
This commit is contained in:
parent
75996a618c
commit
c203f8e8c0
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue