Skip to content

Commit

Permalink
fix zip on the hub (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leah Wasser committed Nov 11, 2020
1 parent 0999d49 commit 3228e95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions user-images/nbgrader-hub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ RUN apt-get update && apt-get -y install \
# For downgrade of nbconvert and traitlets following nbgrader setup.py file
RUN conda install -c conda-forge nbconvert==5.6.1 \
traitlets==4.3.3

# Install zip to support the download tool
USER root
RUN apt-get update && apt-get -y install zip

0 comments on commit 3228e95

Please sign in to comment.