From 55ced46f1e8bc00ba3a4f08bfce9f902cf6cedda Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Fri, 4 Feb 2022 12:48:04 +0300 Subject: [PATCH] Only install system packages which are useful for many people --- minimal-notebook/Dockerfile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/minimal-notebook/Dockerfile b/minimal-notebook/Dockerfile index 4b1a4939..ba031abc 100644 --- a/minimal-notebook/Dockerfile +++ b/minimal-notebook/Dockerfile @@ -19,13 +19,9 @@ RUN apt-get update --yes && \ vim-tiny \ # git-over-ssh openssh-client \ - # TODO: check if these are needed and describe - inkscape \ - libsm6 \ - libxext-dev \ - libxrender1 \ - lmodern \ - netcat \ + # less is needed to run help in R + # see: https://github.com/jupyter/docker-stacks/issues/1588 + less \ # nbconvert dependencies # https://nbconvert.readthedocs.io/en/latest/install.html#installing-tex texlive-xetex \