update oauthenticator, dockerspawner

This commit is contained in:
Min RK 2017-08-16 16:44:30 +02:00
parent 7389e16821
commit e13b7c9407

View File

@ -6,8 +6,8 @@ FROM jupyterhub/jupyterhub-onbuild:0.7.2
RUN /opt/conda/bin/conda install psycopg2=2.7 && \ RUN /opt/conda/bin/conda install psycopg2=2.7 && \
/opt/conda/bin/conda clean -tipsy && \ /opt/conda/bin/conda clean -tipsy && \
/opt/conda/bin/pip install \ /opt/conda/bin/pip install \
oauthenticator==0.5.* \ oauthenticator==0.6.* \
dockerspawner==0.7.* dockerspawner==0.8.*
# Copy TLS certificate and key # Copy TLS certificate and key
ENV SSL_CERT /srv/jupyterhub/secrets/jupyterhub.crt ENV SSL_CERT /srv/jupyterhub/secrets/jupyterhub.crt