summaryrefslogtreecommitdiff
path: root/testenv
diff options
context:
space:
mode:
Diffstat (limited to 'testenv')
-rw-r--r--testenv/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testenv/Dockerfile b/testenv/Dockerfile
index 452015f8..7dedc9ec 100644
--- a/testenv/Dockerfile
+++ b/testenv/Dockerfile
@@ -75,7 +75,7 @@ RUN pacman --noconfirm --ask=4 -Syy \
&& rm -rf /var/cache/pacman/pkg/*
COPY testenv/requirements.txt requirements.txt
-RUN pip install -r requirements.txt
+RUN pip install --break-system-packages -r requirements.txt
# https://stackoverflow.com/questions/57534295
WORKDIR /root