Add SPICE support by installing qemu-system-modules-spice

This change adds the qemu-system-modules-spice package to enable
SPICE protocol support for the Windows VM, which is required for:
- GPU passthrough scenarios with proper input device handling
- Integration with Looking Glass for low-latency display
- Audio device passthrough (microphone and speaker support)

The package enables QEMU's -spice option, which was previously
unavailable and resulted in errors when users attempted to use it.
This commit is contained in:
Sławomir Andreasik 2025-11-12 21:47:52 +01:00
parent 8443559a76
commit ebf36c763e

View File

@ -18,7 +18,8 @@ RUN set -eu && \
dos2unix \
cabextract \
libxml2-utils \
libarchive-tools && \
libarchive-tools \
qemu-system-modules-spice && \
wget "https://github.com/gershnik/wsdd-native/releases/download/v1.22/wsddn_1.22_${TARGETARCH}.deb" -O /tmp/wsddn.deb -q && \
dpkg -i /tmp/wsddn.deb && \
apt-get clean && \