From: Jo Zzsi Date: Fri, 28 Nov 2025 13:41:13 +0000 (-0500) Subject: ci: install btrfs-progs in the CentOS container X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29917ea;p=thirdparty%2Fdracut-ng.git ci: install btrfs-progs in the CentOS container Install btrfs-progs in the CentOS container because it is needed for TEST-11-USR-MOUNT. --- diff --git a/test/container/Dockerfile-fedora b/test/container/Dockerfile-fedora index fcf2a82f8..43e249260 100644 --- a/test/container/Dockerfile-fedora +++ b/test/container/Dockerfile-fedora @@ -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 \