From 4eb8dac8dea3aff6b49e988bd979809216c14de6 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Thu, 12 Nov 2020 15:35:24 +0300 Subject: [PATCH] Remove emacs and jed from the minimal image --- docs/using/selecting.md | 4 ++-- minimal-notebook/Dockerfile | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/using/selecting.md b/docs/using/selecting.md index 9d0d254bde..3df9a40c05 100644 --- a/docs/using/selecting.md +++ b/docs/using/selecting.md @@ -48,8 +48,8 @@ and versioning strategy. - Everything in `jupyter/base-notebook` - [TeX Live](https://www.tug.org/texlive/) for notebook document conversion -- [git](https://git-scm.com/), [emacs](https://www.gnu.org/software/emacs/) (actually `emacs-nox`), - [vi](https://vim.org/) (actually `vim-tiny`), [jed](https://www.jedsoft.org/jed/), +- [git](https://git-scm.com/), + [vi](https://vim.org/) (actually `vim-tiny`), [nano](https://www.nano-editor.org/) (actually `nano-tiny`), tzdata, and unzip ### jupyter/r-notebook diff --git a/minimal-notebook/Dockerfile b/minimal-notebook/Dockerfile index bb11eeb6ff..29f001b71e 100644 --- a/minimal-notebook/Dockerfile +++ b/minimal-notebook/Dockerfile @@ -10,11 +10,9 @@ USER root # Install all OS dependencies for fully functional notebook server RUN apt-get update && apt-get install -yq --no-install-recommends \ build-essential \ - emacs-nox \ vim-tiny \ git \ inkscape \ - jed \ libsm6 \ libxext-dev \ libxrender1 \