We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f32be50 + 9915db3 commit 9cdc605Copy full SHA for 9cdc605
minimal-notebook/Dockerfile
@@ -17,15 +17,13 @@ RUN apt-get update --yes && \
17
tzdata \
18
unzip \
19
vim-tiny \
20
+ # Inkscape is installed to be able to convert SVG files
21
+ inkscape \
22
# git-over-ssh
23
openssh-client \
- # TODO: check if these are needed and describe
- inkscape \
24
- libsm6 \
25
- libxext-dev \
26
- libxrender1 \
27
- lmodern \
28
- netcat \
+ # less is needed to run help in R
+ # see: https://github.com/jupyter/docker-stacks/issues/1588
+ less \
29
# nbconvert dependencies
30
# https://nbconvert.readthedocs.io/en/latest/install.html#installing-tex
31
texlive-xetex \
0 commit comments