From 2e610a61f0e8087df706446ae92aedd231cb8e09 Mon Sep 17 00:00:00 2001 From: qpismont Date: Tue, 9 Dec 2025 16:31:28 +0100 Subject: [PATCH] Enhance Containerfile: Replace mesa with specific Vulkan driver packages for improved graphics support --- Containerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index b290e7b..3e92485 100644 --- a/Containerfile +++ b/Containerfile @@ -13,7 +13,10 @@ RUN dnf install -y \ @hardware-support \ @development-tools \ @multimedia \ - @mesa \ + mesa-vulkan-drivers \ + mesa-vulkan-drivers.i686 \ + vulkan-loader \ + vulkan-loader.i686 \ vulkan-tools \ glibc-langpack-fr \ langpacks-core-fr \