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

Merge pull request #1059 from peterprescott/add-vim

add vim to minimal-notebook (cf. issue 779)
parents 859aaa22 57b78ba3
...@@ -43,7 +43,7 @@ repository. The following sections describe these images including their content ...@@ -43,7 +43,7 @@ repository. The following sections describe these images including their content
* Everything in `jupyter/base-notebook` * Everything in `jupyter/base-notebook`
* [Pandoc](http://pandoc.org) and [TeX Live](https://www.tug.org/texlive/) for notebook document conversion * [Pandoc](http://pandoc.org) and [TeX Live](https://www.tug.org/texlive/) for notebook document conversion
* [git](https://git-scm.com/), [emacs](https://www.gnu.org/software/emacs/), [jed](https://www.jedsoft.org/jed/), [nano](https://www.nano-editor.org/), tzdata, and * [git](https://git-scm.com/), [emacs](https://www.gnu.org/software/emacs/), [vi](https://vim.org/) (actually `vim-tiny`), [jed](https://www.jedsoft.org/jed/), [nano](https://www.nano-editor.org/), tzdata, and
unzip unzip
### jupyter/r-notebook ### jupyter/r-notebook
......
...@@ -10,7 +10,8 @@ USER root ...@@ -10,7 +10,8 @@ USER root
# Install all OS dependencies for fully functional notebook server # Install all OS dependencies for fully functional notebook server
RUN apt-get update && apt-get install -yq --no-install-recommends \ RUN apt-get update && apt-get install -yq --no-install-recommends \
build-essential \ build-essential \
emacs \ emacs-nox \
vim-tiny \
git \ git \
inkscape \ inkscape \
jed \ jed \
......
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