File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ ARG DEBCONF_NONINTERACTIVE_SEEN="true"
1010RUN 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 && \
2423COPY --chmod=755 ./src /run/
2524COPY --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
2929FROM dockurr/windows-arm:${VERSION_ARG} AS build-arm64
3030FROM build-${TARGETARCH}
You can’t perform that action at this time.
0 commit comments