mirror of
https://github.com/3b1b/manim.git
synced 2025-11-15 05:17:47 +00:00
install less latex
This commit is contained in:
parent
ed24541de6
commit
75996a618c
1 changed files with 7 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue