From d3ce58dfcf4944ab0428350c19cf70d3bd3a0fd5 Mon Sep 17 00:00:00 2001 From: Dominic Reber Date: Mon, 10 Jun 2024 17:50:55 +0200 Subject: [PATCH] fix pip install --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 086f28fa5..a2ef9d1e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -198,7 +198,7 @@ RUN --mount=type=cache,target=/.cache,id=pip-${TARGETPLATFORM}-${CACHEID},uid=10 RUN mv /tmp/python/local /tmp/python-usr FROM cpp-test as python-test -RUN pip install pytest +RUN pip install pytest --break-system-packages COPY --from=install /tmp/cl /usr COPY --from=python /tmp/python-usr /usr COPY ./python/test /test