Enhance Containerfile: Replace mesa with specific Vulkan driver packages for improved graphics support
All checks were successful
ci/woodpecker/push/ci Pipeline was successful

This commit is contained in:
2025-12-09 16:31:28 +01:00
parent d389a9d448
commit 2e610a61f0

View File

@@ -13,7 +13,10 @@ RUN dnf install -y \
@hardware-support \ @hardware-support \
@development-tools \ @development-tools \
@multimedia \ @multimedia \
@mesa \ mesa-vulkan-drivers \
mesa-vulkan-drivers.i686 \
vulkan-loader \
vulkan-loader.i686 \
vulkan-tools \ vulkan-tools \
glibc-langpack-fr \ glibc-langpack-fr \
langpacks-core-fr \ langpacks-core-fr \