diff --git a/images/hub/Dockerfile b/images/hub/Dockerfile index 1332ff21d..9de583f6f 100644 --- a/images/hub/Dockerfile +++ b/images/hub/Dockerfile @@ -6,6 +6,7 @@ USER root RUN python3 -m pip install --no-cache git+https://github.com/berkeley-dsep-infra/canvasoauthenticator@09e7ed8 RUN python3 -m pip install --no-cache jupyterhub-ltiauthenticator==1.5.1 +RUN python3 -m pip install --no-cache git+https://github.com/jupyterhub/kubespawner@6.1.0 COPY logos /srv/logos