Merge pull request #111 from chenxiaolong/arch

tests: Containerfile.arch: Allow system-wide pip installation
This commit is contained in:
Andrew Gunnerson
2023-06-28 19:21:22 -04:00
committed by GitHub
+1 -1
View File
@@ -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