Commit 4a112c0f authored by Romain's avatar Romain Committed by GitHub

Merge pull request #1172 from romainx/nano-tiny

nano -> nano-tiny
parents 36d857bb 8201c14e
......@@ -50,7 +50,7 @@ and versioning strategy.
- [TeX Live](https://www.tug.org/texlive/) for notebook document conversion
- [git](https://git-scm.com/), [emacs](https://www.gnu.org/software/emacs/) (actually `emacs-nox`),
[vi](https://vim.org/) (actually `vim-tiny`), [jed](https://www.jedsoft.org/jed/),
[nano](https://www.nano-editor.org/), tzdata, and unzip
[nano](https://www.nano-editor.org/) (actually `nano-tiny`), tzdata, and unzip
### jupyter/r-notebook
......
......@@ -28,8 +28,11 @@ RUN apt-get update && apt-get install -yq --no-install-recommends \
# ----
tzdata \
unzip \
nano \
nano-tiny \
&& apt-get clean && rm -rf /var/lib/apt/lists/*
# Create alternative for nano -> nano-tiny
RUN update-alternatives --install /usr/bin/nano nano /usr/bin/nano-tiny 10
# Switch back to jovyan to avoid accidental container runs as root
USER $NB_UID
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