From 2ea483fba9623a356bf527ee32335e7567d5ac20 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 11 Jul 2024 12:03:57 +0200 Subject: [PATCH] t --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b5d6b58..fbdcfa4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN apt-get update \ python3 \ python3-pip \ wget \ - && python3 -m pip install --no-cache-dir -r requirements.txt \ + && python3 -m pip install --break-system-packages --no-cache-dir -r requirements.txt \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*