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

USER root
RUN python3 -m pip install "tljh-repo2docker>=2.0.0a1"

USER jovyan