We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d823a7 commit 7389e16Copy full SHA for 7389e16
Dockerfile.jupyterhub
@@ -9,11 +9,6 @@ RUN /opt/conda/bin/conda install psycopg2=2.7 && \
9
oauthenticator==0.5.* \
10
dockerspawner==0.7.*
11
12
-# install docker on the jupyterhub container
13
-RUN wget https://get.docker.com -q -O /tmp/getdocker && \
14
- chmod +x /tmp/getdocker && \
15
- sh /tmp/getdocker
16
-
17
# Copy TLS certificate and key
18
ENV SSL_CERT /srv/jupyterhub/secrets/jupyterhub.crt
19
ENV SSL_KEY /srv/jupyterhub/secrets/jupyterhub.key
0 commit comments