mirror of
https://github.com/chenxiaolong/avbroot.git
synced 2026-07-03 14:05:11 +02:00
e51c3661dd
Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
6 lines
170 B
Docker
6 lines
170 B
Docker
FROM docker.io/library/alpine:3.18
|
|
|
|
RUN apk add --no-cache openssl py3-lz4 py3-pip py3-protobuf
|
|
# Alpine does not have strictyaml in its repos
|
|
RUN pip install strictyaml
|