Merge branch 'master' into upstream/2026.6.0

# Conflicts:
#	src/pretix/__init__.py
#	src/pretix/base/exporters/reusablemedia.py
#	src/pretix/plugins/reports/accountingreport.py
This commit is contained in:
2026-07-02 20:28:38 +02:00
10 changed files with 1613 additions and 163 deletions
+2 -1
View File
@@ -61,7 +61,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 && \