Added vim to Docker to allow for light file editing.

This commit is contained in:
Dan Waxman 2018-10-01 17:43:12 -04:00
parent ac06a56398
commit afc51c76e8

View file

@ -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"]