Skip to content

Commit

Permalink
Merge pull request #57 from 2i2c-org/install-zip
Browse files Browse the repository at this point in the history
Install zip for jupyter-tree-download
  • Loading branch information
yuvipanda authored Dec 22, 2023
2 parents f733bdb + a84815b commit 6d72913
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 6d72913

Please sign in to comment.