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 \
dnsmasq \
net-tools \
qemu-efi \
qemu-utils \
ca-certificates \
netcat-openbsd \
qemu-system-arm \
qemu-efi-aarch64 \
&& apt-get clean \
&& novnc="1.4.0" \
&& mkdir -p /usr/share/novnc \