Skip to content

Commit

Permalink
Merge pull request #636 from robinovitch61/master
Browse files Browse the repository at this point in the history
Add nano and vim to Dockerfiles
  • Loading branch information
parente committed May 24, 2018
2 parents 4ebeb1f + 342ff37 commit c7d997f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minimal-notebook/Dockerfile
Expand Up @@ -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/*

Expand Down

0 comments on commit c7d997f

Please sign in to comment.