]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci: install btrfs-progs in the CentOS container
authorJo Zzsi <jozzsicsataban@gmail.com>
Fri, 28 Nov 2025 13:41:13 +0000 (08:41 -0500)
committerLaszlo <laszlo.gombos@gmail.com>
Fri, 28 Nov 2025 13:51:54 +0000 (08:51 -0500)
Install btrfs-progs in the CentOS container because it is needed for
TEST-11-USR-MOUNT.

test/container/Dockerfile-fedora

index fcf2a82f83b22ee30be5afd6d96e3004e122f796..43e249260fba979379fd04caf7f316770b2127f2 100644 (file)
@@ -33,7 +33,6 @@ if [[ "${DISTRIBUTION}" =~ "centos:" ]]; then \
     dnf -y install epel-release; \
 else \
     dnf -y install --setopt=install_weak_deps=False \
-    btrfs-progs \
     dhcp-server \
     nbd \
     qemu \
@@ -45,6 +44,7 @@ RUN dnf -y install --setopt=install_weak_deps=False \
     asciidoctor \
     bash-completion \
     bluez \
+    btrfs-progs \
     cargo \
     cifs-utils \
     cryptsetup \