From a8fb73c00c6ddb968dfe2950bf1a8245d76d78ef Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Sat, 17 Jan 2026 15:48:00 -0600 Subject: [PATCH] --break-system-packages --- DMS/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DMS/Dockerfile b/DMS/Dockerfile index c8abd5e..09efda6 100644 --- a/DMS/Dockerfile +++ b/DMS/Dockerfile @@ -8,7 +8,7 @@ RUN apt-get update && \ apt-get install -y --no-install-recommends \ python3 \ python3-pip \ - && pip3 install --no-cache-dir boto3 \ + && pip3 install --break-system-packages --no-cache-dir boto3 \ && apt-get clean \ && rm -rf /var/lib/apt/lists/*