Skip to content

Commit 945e27f

Browse files
authored
build: Update VirtIO drivers to v1.9.47 (#1297)
1 parent 50f6467 commit 945e27f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ ARG DEBCONF_NONINTERACTIVE_SEEN="true"
1010
RUN set -eu && \
1111
apt-get update && \
1212
apt-get --no-install-recommends -y install \
13-
wsdd \
1413
samba \
1514
wimtools \
1615
dos2unix \
@@ -24,7 +23,8 @@ RUN set -eu && \
2423
COPY --chmod=755 ./src /run/
2524
COPY --chmod=755 ./assets /run/assets
2625

27-
ADD --chmod=664 https://github.com/qemus/virtiso-whql/releases/download/v1.9.45-0/virtio-win-1.9.45.tar.xz /var/drivers.txz
26+
ADD --chmod=755 https://raw.githubusercontent.com/christgau/wsdd/refs/tags/v0.9/src/wsdd.py /usr/sbin/wsdd
27+
ADD --chmod=664 https://github.com/qemus/virtiso-whql/releases/download/v1.9.47-0/virtio-win-1.9.47.tar.xz /var/drivers.txz
2828

2929
FROM dockurr/windows-arm:${VERSION_ARG} AS build-arm64
3030
FROM build-${TARGETARCH}

0 commit comments

Comments
 (0)