forked from CGM_Public/pretix_original
Merge branch 'feature/pretix-oidc-plugin' into master
Build Deploy email notification tool / Apply-Kubernetes-Resources (push) Successful in 10s
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:
+2
-1
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user