Update Dockerfile
This commit is contained in:
parent
bef25c3cd4
commit
b4584fabfa
1 changed files with 1 additions and 1 deletions
|
|
@ -17,11 +17,11 @@ RUN apt-get update \
|
||||||
apt-utils \
|
apt-utils \
|
||||||
dnsmasq \
|
dnsmasq \
|
||||||
net-tools \
|
net-tools \
|
||||||
qemu-efi \
|
|
||||||
qemu-utils \
|
qemu-utils \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
netcat-openbsd \
|
netcat-openbsd \
|
||||||
qemu-system-arm \
|
qemu-system-arm \
|
||||||
|
qemu-efi-aarch64 \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& novnc="1.4.0" \
|
&& novnc="1.4.0" \
|
||||||
&& mkdir -p /usr/share/novnc \
|
&& mkdir -p /usr/share/novnc \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue