fix: Update Dockerfile (#257)
This commit is contained in:
parent
5c300095e0
commit
dda8a37372
1 changed files with 3 additions and 3 deletions
|
@ -7,16 +7,16 @@ RUN apt-get update && apt-get -y upgrade && \
|
|||
apt-get --no-install-recommends -y install \
|
||||
tini \
|
||||
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/*
|
||||
|
||||
|
|
Loading…
Reference in a new issue