Skip to content

Commit

Permalink
Bump e-invoices plugin (#3793)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 authored Mar 27, 2024
1 parent 38e8d61 commit a70c917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pretix/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ USER root
RUN chown -R pretixuser:pretixuser /pretix
USER pretixuser

RUN pip install pretix-plugin-extended-api==0.1.10 pretix-plugin-attendance-certificate==0.1.7 pretix-fattura-elettronica==0.2.6
RUN pip install pretix-plugin-extended-api==0.1.10 pretix-plugin-attendance-certificate==0.1.7 pretix-fattura-elettronica==0.2.7

RUN cd /pretix/src && DATABASE_HOST=demo make staticfiles
RUN cd /pretix/src && DATABASE_HOST=demo make compress
Expand Down

0 comments on commit a70c917

Please sign in to comment.