build: Pin qemu-efi-aarch64

This commit is contained in:
Kroese 2025-04-04 21:40:04 +02:00 committed by GitHub
parent 56cb411a23
commit fb03039ac0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,11 +34,12 @@ RUN set -eu && \
genisoimage \
ca-certificates \
netcat-openbsd \
qemu-system-arm \
qemu-efi-aarch64 && \
qemu-system-arm && \
apt-get clean && \
mkdir -p /etc/qemu && \
echo "allow br0" > /etc/qemu/bridge.conf && \
wget "https://kali.download/kali/pool/main/e/edk2/qemu-efi-aarch64_2024.11-5_all.deb" -O /tmp/aavmf.deb -q --timeout=10 && \
dpkg -i /tmp/aavmf.deb && \
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/ && \