From f801d034f3378a9e391bac242a5323ff6548dfe0 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 30 Aug 2026 00:28:41 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Dockerfile b/Dockerfile index dd2463e0..afa3bc00 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ COPY --from=qemux/qemu:7.49 --exclude=usr/bin/qemu-system-x86_64 / / ARG TARGETARCH ARG VERSION_WSDD="1.27" +ARG VERSION_DXVK="2.7.1" ARG VERSION_VIRTIO="1.9.60" ARG VERSION_BLINTER="1.0.112" @@ -38,6 +39,11 @@ RUN <