Skip to content

Commit

Permalink
Install zip for jupyter-tree-download
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Dec 22, 2023
1 parent f733bdb commit a84815b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit a84815b

Please sign in to comment.