File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ and versioning strategy.
4848
4949- Everything in ` jupyter/base-notebook `
5050- [ TeX Live] ( https://www.tug.org/texlive/ ) for notebook document conversion
51- - [ git] ( https://git-scm.com/ ) , [ emacs ] ( https://www.gnu.org/software/emacs/ ) (actually ` emacs-nox ` ),
52- [ vi] ( https://vim.org/ ) (actually ` vim-tiny ` ), [ jed ] ( https://www.jedsoft.org/jed/ ) ,
51+ - [ git] ( https://git-scm.com/ ) ,
52+ [ vi] ( https://vim.org/ ) (actually ` vim-tiny ` ),
5353 [ nano] ( https://www.nano-editor.org/ ) (actually ` nano-tiny ` ), tzdata, and unzip
5454
5555### jupyter/r-notebook
Original file line number Diff line number Diff line change @@ -10,11 +10,9 @@ USER root
1010# Install all OS dependencies for fully functional notebook server
1111RUN apt-get update && apt-get install -yq --no-install-recommends \
1212 build-essential \
13- emacs-nox \
1413 vim-tiny \
1514 git \
1615 inkscape \
17- jed \
1816 libsm6 \
1917 libxext-dev \
2018 libxrender1 \
You can’t perform that action at this time.
0 commit comments