ci: Create an F41 image

And add vulkan-validation-layers to the package list, so that
we can enable the Vulkan validation for one of our testsuite
runs.
This commit is contained in:
Matthias Clasen 2025-01-08 19:12:03 -05:00
parent 0c51b7528c
commit 6bed6d88ef

View File

@ -1,4 +1,4 @@
FROM fedora:40
FROM fedora:41
RUN dnf -y install \
adwaita-icon-theme \
@ -92,6 +92,7 @@ RUN dnf -y install \
redhat-rpm-config \
sassc \
vulkan-devel \
vulkan-validation-layers \
wayland-devel \
wayland-protocols-devel \
weston \