diff --git a/hubs/base-values/hub/image_fixed.yaml b/hubs/base-values/hub/image_fixed.yaml
index 6ff88f55cdf296d213dfb498a70807a14031e2b3..67970aeeea65af3d72e1d05e7a621278f71f804e 100644
--- a/hubs/base-values/hub/image_fixed.yaml
+++ b/hubs/base-values/hub/image_fixed.yaml
@@ -2,7 +2,7 @@ hub:
   args:
     - -c
     - >-
-      pip install --force-reinstall jupyter-jsc-custom==0.10.13.post3 jupyterhub-forwardbasespawner==1.0.3 jupyterhub-unicorespawner==1.0.0 jupyterhub-outpostspawner==1.0.0 &&
+      pip install --force-reinstall jupyter-jsc-custom==0.10.13.post3 jupyterhub-forwardbasespawner==1.0.3 jupyterhub-unicorespawner==1.0.0 jupyterhub-outpostspawner==1.0.0 oauthenticator==16.3.1 &&
       mkdir -p /mnt/reservation_key &&
       cp -rp /mnt/reservation-keypair/..data/* /mnt/reservation_key/. &&
       chown 1000:1000 -R /mnt/reservation_key &&