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