From 37d349d90fea999617b10b370aff85c0d411a727 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Fri, 4 Feb 2022 13:17:01 +0300 Subject: [PATCH] Add inkscape back with comment --- minimal-notebook/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/minimal-notebook/Dockerfile b/minimal-notebook/Dockerfile index ba031abc..d381cd89 100644 --- a/minimal-notebook/Dockerfile +++ b/minimal-notebook/Dockerfile @@ -17,6 +17,8 @@ RUN apt-get update --yes && \ tzdata \ unzip \ vim-tiny \ + # Inkscape shall be installed to be able to convert SVG files + inkscape \ # git-over-ssh openssh-client \ # less is needed to run help in R