Commit f055648e authored by romainx's avatar romainx

Rollback changes made on editors

parent 4271b09b
...@@ -11,8 +11,6 @@ Using one of the Jupyter Docker Stacks requires two choices: ...@@ -11,8 +11,6 @@ Using one of the Jupyter Docker Stacks requires two choices:
This section provides details about the first. This section provides details about the first.
Note: Deprecated feature or image content is displayed with ~~strikethrough~~ formatting.
## Core Stacks ## Core Stacks
The Jupyter team maintains a set of Docker image definitions in the The Jupyter team maintains a set of Docker image definitions in the
...@@ -50,8 +48,8 @@ and versioning strategy. ...@@ -50,8 +48,8 @@ and versioning strategy.
- Everything in `jupyter/base-notebook` - Everything in `jupyter/base-notebook`
- [TeX Live](https://www.tug.org/texlive/) for notebook document conversion - [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`)~~, - [git](https://git-scm.com/), [emacs](https://www.gnu.org/software/emacs/) (actually `emacs-nox`),
[vi](https://vim.org/) (actually `vim-tiny`), [vi](https://vim.org/) (actually `vim-tiny`), [jed](https://www.jedsoft.org/jed/),
[nano](https://www.nano-editor.org/) (actually `nano-tiny`), tzdata, and unzip [nano](https://www.nano-editor.org/) (actually `nano-tiny`), tzdata, and unzip
### jupyter/r-notebook ### jupyter/r-notebook
......
...@@ -10,11 +10,11 @@ USER root ...@@ -10,11 +10,11 @@ USER root
# Install all OS dependencies for fully functional notebook server # Install all OS dependencies for fully functional notebook server
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 installation is deprecated
emacs-nox \ emacs-nox \
vim-tiny \ vim-tiny \
git \ git \
inkscape \ inkscape \
jed \
libsm6 \ libsm6 \
libxext-dev \ libxext-dev \
libxrender1 \ libxrender1 \
......
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