feat: Allow bridge networks

This commit is contained in:
Kroese 2025-02-27 11:50:35 +01:00 committed by GitHub
parent a6f1df0b6e
commit 77a87de678
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,6 +30,8 @@ RUN set -eu && \
qemu-system-arm \
qemu-efi-aarch64 && \
apt-get clean && \
mkdir -p /etc/qemu && \
echo "allow br0" > /etc/qemu/bridge.conf && \
mkdir -p /usr/share/novnc && \
wget "https://github.com/novnc/noVNC/archive/refs/tags/v${VERSION_VNC}.tar.gz" -O /tmp/novnc.tar.gz -q --timeout=10 && \
tar -xf /tmp/novnc.tar.gz -C /tmp/ && \