Update Dockerfile

This commit is contained in:
Kroese 2024-06-12 22:09:49 +02:00 committed by GitHub
parent b00109c463
commit 674f9e4010
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,6 +12,8 @@ RUN set -eu && \
apt-get --no-install-recommends -y install \
tini \
wget \
7zip \
fdisk \
nginx \
procps \
seabios \
@ -19,6 +21,7 @@ RUN set -eu && \
iproute2 \
apt-utils \
dnsmasq \
xz-utils \
net-tools \
qemu-utils \
genisoimage \