Update Dockerfile

This commit is contained in:
Kroese 2024-02-02 15:28:57 +01:00 committed by GitHub
parent bef25c3cd4
commit b4584fabfa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 \