mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Added vim to Docker to allow for light file editing.
This commit is contained in:
parent
ac06a56398
commit
afc51c76e8
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ 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
|
||||
RUN apt-get install -qqy vim
|
||||
|
||||
ENV DEBIAN_FRONTEND teletype
|
||||
ENTRYPOINT ["/bin/bash"]
|
||||
|
|
Loading…
Add table
Reference in a new issue