mirror of
https://github.com/3b1b/manim.git
synced 2025-08-20 05:14:12 +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 \
|
sox \
|
||||||
libcairo2-dev \
|
libcairo2-dev \
|
||||||
texlive \
|
texlive \
|
||||||
texlive-latex-extra \
|
|
||||||
texlive-fonts-extra \
|
texlive-fonts-extra \
|
||||||
|
texlive-latex-extra \
|
||||||
texlive-latex-recommended \
|
texlive-latex-recommended \
|
||||||
texlive-science \
|
texlive-science \
|
||||||
texlive-fonts-extra \
|
|
||||||
tipa \
|
tipa \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
COPY . /manim
|
COPY . /manim
|
||||||
|
|
Loading…
Add table
Reference in a new issue