mirror of
https://github.com/chenxiaolong/avbroot.git
synced 2026-07-03 14:05:11 +02:00
Merge pull request #111 from chenxiaolong/arch
tests: Containerfile.arch: Allow system-wide pip installation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user