Skip to content

Commit edeb4ee

Browse files
authored
Merge pull request #1059 from peterprescott/add-vim
add vim to minimal-notebook (cf. issue 779)
2 parents 859aaa2 + 57b78ba commit edeb4ee

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/using/selecting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ repository. The following sections describe these images including their content
4343

4444
* Everything in `jupyter/base-notebook`
4545
* [Pandoc](http://pandoc.org) and [TeX Live](https://www.tug.org/texlive/) for notebook document conversion
46-
* [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
46+
* [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
4747
unzip
4848

4949
### jupyter/r-notebook

minimal-notebook/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ USER root
1010
# Install all OS dependencies for fully functional notebook server
1111
RUN apt-get update && apt-get install -yq --no-install-recommends \
1212
build-essential \
13-
emacs \
13+
emacs-nox \
14+
vim-tiny \
1415
git \
1516
inkscape \
1617
jed \

0 commit comments

Comments
 (0)