Skip to content

Commit

Permalink
Merge pull request jupyterhub#1279 from yuvipanda/tools
Browse files Browse the repository at this point in the history
hub: Add useful debugging tools to hub image
  • Loading branch information
consideRatio authored May 12, 2019
2 parents 1158a19 + ad6bf45 commit facf1c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/hub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ RUN apt-get update && \
libcurl4-openssl-dev \
build-essential \
sqlite3 \
curl \
dnsutils \
$(bash -c 'if [[ $JUPYTERHUB_VERSION == "git"* ]]; then \
echo npm; \
fi') \
Expand Down

0 comments on commit facf1c3

Please sign in to comment.