We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa50266 commit 7e9c458Copy full SHA for 7e9c458
pretix/Dockerfile
@@ -6,7 +6,8 @@ RUN pip install boto3==1.35.14 \
6
django-storages==1.14.4 \
7
pretix-plugin-extended-api==0.1.14 \
8
pretix-plugin-attendance-certificate==0.1.11 \
9
- pretix-fattura-elettronica==0.2.15
+ pretix-fattura-elettronica==0.2.15 \
10
+ pretix-plugin-advanced-stats==1.0.0
11
12
RUN cd /pretix/src && DATABASE_HOST=demo make staticfiles
13
RUN cd /pretix/src && DATABASE_HOST=demo make compress
0 commit comments