FROM quay.io/jupyterhub/k8s-hub:4.3.2

USER root
RUN python3 -m pip install "tljh-repo2docker==3.0.8"

USER jovyan