build: Remove ovmf

This commit is contained in:
Kroese 2025-04-04 21:17:08 +02:00 committed by GitHub
parent 7622677489
commit fa0a905510
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,8 +39,6 @@ RUN set -eu && \
apt-get clean && \
mkdir -p /etc/qemu && \
echo "allow br0" > /etc/qemu/bridge.conf && \
wget "https://kali.download/kali/pool/main/e/edk2/ovmf_2024.11-5_all.deb" -O /tmp/ovmf.deb -q --timeout=10 && \
dpkg -i /tmp/ovmf.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/ && \