bump oauthenticator, dockerspawner
This commit is contained in:
parent
9ab7441312
commit
7a129c42bf
@ -3,11 +3,11 @@
|
|||||||
FROM jupyterhub/jupyterhub-onbuild:0.7.2
|
FROM jupyterhub/jupyterhub-onbuild:0.7.2
|
||||||
|
|
||||||
# Install dockerspawner, oauth, postgres
|
# 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/conda clean -tipsy && \
|
||||||
/opt/conda/bin/pip install \
|
/opt/conda/bin/pip install --no-cache-dir \
|
||||||
oauthenticator==0.6.* \
|
oauthenticator==0.7.* \
|
||||||
dockerspawner==0.8.*
|
dockerspawner==0.9.*
|
||||||
|
|
||||||
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user