From a84815b3ebacdac33893b8c3903a2242b34bec03 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Thu, 21 Dec 2023 18:12:17 -0800 Subject: [PATCH] Install zip for jupyter-tree-download Ref https://github.com/2i2c-org/infrastructure/issues/2729 --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 4e68893..4a76176 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,8 +3,10 @@ FROM quay.io/jupyter/scipy-notebook:2023-12-08 USER root # Install desktop packages +# Also installs 'zip' needed by jupyter-tree-download RUN apt-get update -qq --yes > /dev/null && \ apt-get install --yes -qq \ + zip \ dbus-x11 \ firefox \ xfce4 \