Loading Dockerfile +1 −2 Original line number Diff line number Diff line Loading @@ -42,8 +42,7 @@ RUN set -eu && \ inotify-tools \ netcat-openbsd \ ca-certificates \ qemu-system-x86 \ qemu-system-modules-spice && \ qemu-system-x86 && \ 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 && \ Loading Loading
Dockerfile +1 −2 Original line number Diff line number Diff line Loading @@ -42,8 +42,7 @@ RUN set -eu && \ inotify-tools \ netcat-openbsd \ ca-certificates \ qemu-system-x86 \ qemu-system-modules-spice && \ qemu-system-x86 && \ 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 && \ Loading