build: Update VirtIO drivers to v1.9.59 (#2131)

This commit is contained in:
Kroese
2026-08-13 23:00:54 +02:00
committed by GitHub
parent cfac963278
commit afce7af300
+3 -5
View File
@@ -9,7 +9,7 @@ ARG TARGETARCH
ARG VERSION_UDF="1.2.0"
ARG VERSION_WSDD="1.26"
ARG VERSION_VIRTIO="1.9.58"
ARG VERSION_VIRTIO="1.9.59"
ARG VERSION_BLINTER="1.0.112"
ARG DEBCONF_NOWARNINGS="yes"
@@ -21,6 +21,7 @@ RUN <<EOF
apt-get update
apt-get --no-install-recommends -y install \
gcab \
samba \
mtools \
wimtools \
@@ -32,10 +33,7 @@ RUN <<EOF
libarchive-tools
# Install Blinter
python3 -m pip install \
--break-system-packages \
--no-cache-dir \
"Blinter==${VERSION_BLINTER}"
python3 -m pip install --break-system-packages --root-user-action=ignore --no-cache-dir "Blinter==${VERSION_BLINTER}"
# Install wsddn package
wget "https://github.com/gershnik/wsdd-native/releases/download/v${VERSION_WSDD}/wsddn_${VERSION_WSDD}_${TARGETARCH}.deb" -O /tmp/wsddn.deb -q --timeout=10