remove vim, add nano

This commit is contained in:
robinovitch61
2018-05-23 22:24:03 -07:00
parent 1085ca054a
commit 342ff37844

View File

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