mirror of
https://github.com/pretix/pretix.git
synced 2026-08-25 13:12:00 +00:00
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:
+2
-1
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user