Files
avbroot/tests/distros/Containerfile.alpine
2023-05-23 15:27:20 -04:00

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