Merge pull request #636 from robinovitch61/master

Add nano and vim to Dockerfiles
This commit is contained in:
Peter Parente
2018-05-24 10:45:20 -04:00
committed by GitHub

View File

@@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -yq --no-install-recommends \
texlive-latex-extra \
texlive-xetex \
unzip \
vim \
nano \
&& apt-get clean && \
rm -rf /var/lib/apt/lists/*