Unverified Commit c329badf authored by Sławomir Andreasik's avatar Sławomir Andreasik Committed by GitHub
Browse files

feat: Add SPICE protocol support (#978)

parent e833f4b8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 && \