diff --git a/images/python3/Dockerfile b/images/python3/Dockerfile
index e73fe07445770dd6146d25a3e67585dd0d3546c6..758e477031636c8b1aa8569fce8cff95d8fcabee 100644
--- a/images/python3/Dockerfile
+++ b/images/python3/Dockerfile
@@ -6,8 +6,7 @@ RUN apt-get update && \
         python3-pip \
         python3-venv \
     && \
-    python3 -m pip install --progress-bar=off --no-cache-dir --upgrade pip && \
-    python3 -m pip install --progress-bar=off --no-cache-dir --upgrade \
+    python3 -m pip install --progress-bar=off --no-cache-dir --upgrade --break-system-packages \
         pipenv \
         poetry \
         tox \