mirror of
https://github.com/3b1b/manim.git
synced 2025-08-19 21:08:53 +00:00
Removes superfluous packages.
The apt package texlive-full already includes texlive-latex-base and texlive-fonts-extra, so they don't have to installed separately.
This commit is contained in:
parent
31478c523c
commit
8d66cfb75b
1 changed files with 0 additions and 2 deletions
|
@ -27,9 +27,7 @@ RUN apt-get install -qqy ffmpeg
|
|||
ENV TZ=America/Los_Angeles
|
||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||
RUN apt-get install -qqy apt-transport-https
|
||||
RUN apt-get install -qqy texlive-latex-base
|
||||
RUN apt-get install -qqy texlive-full
|
||||
RUN apt-get install -qqy texlive-fonts-extra
|
||||
RUN apt-get install -qqy sox
|
||||
RUN apt-get install -qqy git
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue