Skip to content

Commit 9cdc605

Browse files
authored
Merge pull request #1601 from mathbunnyru/asalikhov/cleanup_minimal_system_packages
Only install system packages which are useful for many people
2 parents f32be50 + 9915db3 commit 9cdc605

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

minimal-notebook/Dockerfile

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,13 @@ RUN apt-get update --yes && \
1717
tzdata \
1818
unzip \
1919
vim-tiny \
20+
# Inkscape is installed to be able to convert SVG files
21+
inkscape \
2022
# git-over-ssh
2123
openssh-client \
22-
# TODO: check if these are needed and describe
23-
inkscape \
24-
libsm6 \
25-
libxext-dev \
26-
libxrender1 \
27-
lmodern \
28-
netcat \
24+
# less is needed to run help in R
25+
# see: https://github.com/jupyter/docker-stacks/issues/1588
26+
less \
2927
# nbconvert dependencies
3028
# https://nbconvert.readthedocs.io/en/latest/install.html#installing-tex
3129
texlive-xetex \

0 commit comments

Comments
 (0)