mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 07:22:57 +00:00
Only install system packages which are useful for many people
This commit is contained in:
@@ -19,13 +19,9 @@ RUN apt-get update --yes && \
|
|||||||
vim-tiny \
|
vim-tiny \
|
||||||
# git-over-ssh
|
# git-over-ssh
|
||||||
openssh-client \
|
openssh-client \
|
||||||
# TODO: check if these are needed and describe
|
# less is needed to run help in R
|
||||||
inkscape \
|
# see: https://github.com/jupyter/docker-stacks/issues/1588
|
||||||
libsm6 \
|
less \
|
||||||
libxext-dev \
|
|
||||||
libxrender1 \
|
|
||||||
lmodern \
|
|
||||||
netcat \
|
|
||||||
# nbconvert dependencies
|
# nbconvert dependencies
|
||||||
# https://nbconvert.readthedocs.io/en/latest/install.html#installing-tex
|
# https://nbconvert.readthedocs.io/en/latest/install.html#installing-tex
|
||||||
texlive-xetex \
|
texlive-xetex \
|
||||||
|
Reference in New Issue
Block a user