Skip to content

Commit 7a129c4

Browse files
committed
bump oauthenticator, dockerspawner
1 parent 9ab7441 commit 7a129c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile.jupyterhub

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
FROM jupyterhub/jupyterhub-onbuild:0.7.2
44

55
# Install dockerspawner, oauth, postgres
6-
RUN /opt/conda/bin/conda install psycopg2=2.7 && \
6+
RUN /opt/conda/bin/conda install -yq psycopg2=2.7 && \
77
/opt/conda/bin/conda clean -tipsy && \
8-
/opt/conda/bin/pip install \
9-
oauthenticator==0.6.* \
10-
dockerspawner==0.8.*
8+
/opt/conda/bin/pip install --no-cache-dir \
9+
oauthenticator==0.7.* \
10+
dockerspawner==0.9.*
1111

1212
# Copy TLS certificate and key
1313
ENV SSL_CERT /srv/jupyterhub/secrets/jupyterhub.crt

0 commit comments

Comments
 (0)