Merge branch 'feature/pretix-oidc-plugin' into master
Build Deploy email notification tool / Apply-Kubernetes-Resources (push) Successful in 10s

Adds pretix-oidc plugin to Dockerfile for Keycloak SSO integration.
Plugin is only active when configured (currently cgm72 only).
This commit is contained in:
2026-06-20 20:35:55 +02:00
+2 -1
View File
@@ -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 && \