Commit c7d997f2 authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #636 from robinovitch61/master

Add nano and vim to Dockerfiles
parents 4ebeb1f2 342ff378
...@@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -yq --no-install-recommends \ ...@@ -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/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment