diff --git a/jupyterhub/Dockerfile b/jupyterhub/Dockerfile
index 61f9180fa32cbd06dec67aa2e4a1a792e49d48ca..a490089d4a90bcb93faeddaa0948ac2de2efa657 100755
--- a/jupyterhub/Dockerfile
+++ b/jupyterhub/Dockerfile
@@ -31,7 +31,8 @@ RUN python${PYTHON_VERSION} -m pip --no-cache-dir install \
     python${PYTHON_VERSION} -m jupyter labextension install \
         jupyter-webrtc \
         ipyvolume \
-        jupyter-threejs
+        jupyter-threejs \
+        jupyterlab_vim
 
 RUN mkdir -p ~/.venv && \
     python${PYTHON_VERSION} -m venv ~/.venv/robofish && \