From 7ce95c8972c4cae8bcd85d7ca4fc800a26af545b Mon Sep 17 00:00:00 2001 From: Jack Hadrill Date: Tue, 16 Aug 2022 23:13:16 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e35a803..5907197 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,2 @@ FROM jupyterhub/jupyterhub -RUN pip3 install --no-cache-dir oauthenticator \ No newline at end of file +RUN pip3 install --no-cache-dir oauthenticator dockerspawner \ No newline at end of file