fix: Update Dockerfile (#257)

This commit is contained in:
Kroese 2023-12-24 02:59:22 +01:00 committed by GitHub
parent 5c300095e0
commit dda8a37372
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,17 +6,17 @@ ARG DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get -y upgrade && \
apt-get --no-install-recommends -y install \
tini \
wget \
wget \
ovmf \
procps \
iptables \
iproute2 \
dnsmasq \
net-tools \
qemu-utils \
ca-certificates \
netcat-openbsd \
qemu-system-x86 \
qemu-utils \
ovmf \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*