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/*