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
220 B
Docker
6 lines
220 B
Docker
FROM docker.io/library/ubuntu:23.04
|
|
|
|
RUN apt-get -y update \
|
|
&& apt-get -y install openssl python3-lz4 python3-protobuf python3-strictyaml \
|
|
&& find /var/cache/apt/archives /var/lib/apt/lists -mindepth 1 -delete
|