Skip to content

Commit 7e9c458

Browse files
authored
Add pretix-plugin-advanced-stats plugin (#4398)
1 parent aa50266 commit 7e9c458

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pretix/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ RUN pip install boto3==1.35.14 \
66
django-storages==1.14.4 \
77
pretix-plugin-extended-api==0.1.14 \
88
pretix-plugin-attendance-certificate==0.1.11 \
9-
pretix-fattura-elettronica==0.2.15
9+
pretix-fattura-elettronica==0.2.15 \
10+
pretix-plugin-advanced-stats==1.0.0
1011

1112
RUN cd /pretix/src && DATABASE_HOST=demo make staticfiles
1213
RUN cd /pretix/src && DATABASE_HOST=demo make compress

0 commit comments

Comments
 (0)