try things

This commit is contained in:
kleines Filmröllchen 2026-03-15 19:20:25 +01:00
parent 8e964181de
commit 22198e28d0
Signed by: filmroellchen
SSH key fingerprint: SHA256:UMhcHaeI+VGsiUL2Drpw3aj1iRiQUlx8nxZqUPvoaVw
2 changed files with 7 additions and 0 deletions

6
DOCKERFILE-pretalx Normal file
View file

@ -0,0 +1,6 @@
# FROM docker.io/pretalx/standalone:v2024.3.1
FROM docker.io/pretalx/standalone:v2025.2.3
USER root
RUN pip3 install pretalx-media-ccc-de
USER pretalxuser
#RUN cd /pretalx/src/ && make production