diff --git a/tests/distros/Containerfile.arch b/tests/distros/Containerfile.arch index ac99d37..9a8d7ea 100644 --- a/tests/distros/Containerfile.arch +++ b/tests/distros/Containerfile.arch @@ -3,4 +3,4 @@ FROM docker.io/archlinux/archlinux:latest RUN pacman --noconfirm -Syu --needed openssl python-lz4 python-pip python-protobuf \ && yes | pacman -Scc # Arch does not have strictyaml in its repos -RUN pip install strictyaml +RUN pip install --break-system-packages strictyaml