mirror of
https://github.com/chenxiaolong/avbroot.git
synced 2026-07-03 14:05:11 +02:00
a0421d3eb4
Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
7 lines
249 B
Docker
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
|