diff --git a/Dockerfile b/Dockerfile index a59e0bdf75..ef17c6238e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,7 +62,8 @@ RUN pip3 install -U \ cd /pretix && \ PRETIX_DOCKER_BUILD=TRUE pip3 install \ -e ".[memcached]" \ - gunicorn django-extensions ipython && \ + gunicorn django-extensions ipython \ + pretix-oidc && \ rm -rf ~/.cache/pip RUN chmod +x /usr/local/bin/pretix && \