Files
avbroot/tests/distros/Containerfile.arch
2023-06-28 18:59:21 -04:00

7 lines
249 B
Docker

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 --break-system-packages strictyaml