From f0faed90f6cc5fd24d59cbbdbed09199c5894a1a Mon Sep 17 00:00:00 2001 From: Bernd Reuther Date: Mon, 8 Jan 2024 21:30:59 +0100 Subject: [PATCH] Dockerfile aktualisiert --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e5e14bb..a44a765 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,7 @@ FROM pretix/standalone:stable USER pretixuser RUN PYTHONPATH=$PYTHONPATH:/pretix/src pip3 install pretix-ldap -RUN cd /pretix/.local/lib -RUN ls +RUN cd /pretix/.local/lib && ls #RUN sed -i 's/ugettext_lazy/gettext_lazy/' /pretix/.local/lib/python3.11/site-packages/pretix_ldap/__init__.py USER pretixuser RUN cd /pretix/src && make production \ No newline at end of file