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