From d9aaa6ffcb6b7ac84ecaabb896ce3d38a17c7d2d Mon Sep 17 00:00:00 2001 From: Lars Bergmann Date: Mon, 6 May 2024 16:58:54 +0000 Subject: [PATCH] Fix dockerfiles --- ws_broadcast/Dockerfile | 2 +- zeodbsync/Dockerfile | 4 ++-- zope/Dockerfile | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ws_broadcast/Dockerfile b/ws_broadcast/Dockerfile index 36d9ff0..95657d4 100644 --- a/ws_broadcast/Dockerfile +++ b/ws_broadcast/Dockerfile @@ -8,7 +8,7 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt install \ iproute2 \ tree -y -RUN pip3 install git+https://loc.kplays.de:8080/Python/dockerutils.git \ +RUN pip3 install --break-system-packages git+https://loc.kplays.de:8080/Python/dockerutils.git \ websockets COPY fs/ / diff --git a/zeodbsync/Dockerfile b/zeodbsync/Dockerfile index cc4bbbc..52a3c63 100644 --- a/zeodbsync/Dockerfile +++ b/zeodbsync/Dockerfile @@ -9,9 +9,9 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt install \ tree -y -RUN pip3 install Zope[wsgi]==5.9 -c https://zopefoundation.github.io/Zope/releases/5.9/constraints.txt +RUN pip3 install --break-system-packages Zope[wsgi]==5.9 -c https://zopefoundation.github.io/Zope/releases/5.9/constraints.txt -RUN pip3 install zope.mkzeoinstance \ +RUN pip3 install --break-system-packages zope.mkzeoinstance \ psycopg2-binary \ git+https://github.com/gandie/Products.PythonScripts@hacked-python-scripts \ Products.ZSQLMethods \ diff --git a/zope/Dockerfile b/zope/Dockerfile index 6195201..1ffff34 100644 --- a/zope/Dockerfile +++ b/zope/Dockerfile @@ -9,9 +9,9 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt install \ tree \ ffmpeg -y -RUN pip3 install Zope[wsgi]==5.9 -c https://zopefoundation.github.io/Zope/releases/5.9/constraints.txt +RUN pip3 install --break-system-packages Zope[wsgi]==5.9 -c https://zopefoundation.github.io/Zope/releases/5.9/constraints.txt -RUN pip3 install psycopg2-binary \ +RUN pip3 install --break-system-packages psycopg2-binary \ git+https://github.com/gandie/Products.PythonScripts@hacked-python-scripts \ Products.ZSQLMethods \ Products.SiteErrorLog \ @@ -23,7 +23,7 @@ RUN pip3 install psycopg2-binary \ zope.mkzeoinstance \ Paste \ jsonpath-ng \ - mediapipe==0.9.1.0 + mediapipe COPY fs/ /