Skip to content

Commit 8ea7abc

Browse files
authored
Merge pull request #1188 from mathbunnyru/asalikhov/remove_emacs_jed
Remove emacs and jed from the minimal image
2 parents 690864e + 4eb8dac commit 8ea7abc

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/using/selecting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

minimal-notebook/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ 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-nox \
1413
vim-tiny \
1514
git \
1615
inkscape \
17-
jed \
1816
libsm6 \
1917
libxext-dev \
2018
libxrender1 \

0 commit comments

Comments
 (0)