diff --git a/python/Dockerfile b/python/Dockerfile index 1bd04d3cb644b9d8576e8b7158c1432a299a4fba..c163c74f442515378fb9b3c7971fcd9f834c0908 100644 --- a/python/Dockerfile +++ b/python/Dockerfile @@ -2,5 +2,5 @@ FROM registry.lutteropp.dev/lutteropp.dev/environment:base RUN apk add --no-cache python3 RUN apk add --no-cache py3-pip -RUN python3 -m pip install --upgrade pip -RUN python3 -m pip install --upgrade wheel +RUN python3 -m pip install --upgrade pip --break-system-packages +RUN python3 -m pip install --upgrade wheel --break-system-packages