feat: Add SPICE protocol support (#978)

This commit is contained in:
Sławomir Andreasik
2025-11-12 23:57:14 +01:00
committed by GitHub
parent e833f4b86e
commit c329badf6c

View File

@@ -42,7 +42,8 @@ RUN set -eu && \
inotify-tools \
netcat-openbsd \
ca-certificates \
qemu-system-x86 && \
qemu-system-x86 \
qemu-system-modules-spice && \
wget "https://github.com/qemus/passt/releases/download/v${VERSION_PASST}/passt_${VERSION_PASST}_${TARGETARCH}.deb" -O /tmp/passt.deb -q && \
dpkg -i /tmp/passt.deb && \
apt-get clean && \