bump oauthenticator, dockerspawner

This commit is contained in:
Min RK 2017-10-03 16:02:25 +02:00
parent 9ab7441312
commit 7a129c42bf

View File

@ -3,11 +3,11 @@
FROM jupyterhub/jupyterhub-onbuild:0.7.2
# Install dockerspawner, oauth, postgres
RUN /opt/conda/bin/conda install psycopg2=2.7 && \
RUN /opt/conda/bin/conda install -yq psycopg2=2.7 && \
/opt/conda/bin/conda clean -tipsy && \
/opt/conda/bin/pip install \
oauthenticator==0.6.* \
dockerspawner==0.8.*
/opt/conda/bin/pip install --no-cache-dir \
oauthenticator==0.7.* \
dockerspawner==0.9.*
# Copy TLS certificate and key
ENV SSL_CERT /srv/jupyterhub/secrets/jupyterhub.crt