mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 15:32:56 +00:00
Merge pull request #636 from robinovitch61/master
Add nano and vim to Dockerfiles
This commit is contained in:
@@ -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/*
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user