Commit 5765399c authored by Peter Prescott's avatar Peter Prescott

add vim-tiny for now

parent 75e58629
...@@ -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/), [vim](https://www.vim.org), [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](actually [vim-tiny](https://vim.org)), [jed](https://www.jedsoft.org/jed/), [nano](https://www.nano-editor.org/), tzdata, and
unzip unzip
### jupyter/r-notebook ### jupyter/r-notebook
......
...@@ -11,7 +11,7 @@ USER root ...@@ -11,7 +11,7 @@ USER root
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 \
vim \ 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