From 29917eab1034baf82e53ad741fabf0d4d0c8064e Mon Sep 17 00:00:00 2001 From: Jo Zzsi Date: Fri, 28 Nov 2025 08:41:13 -0500 Subject: [PATCH] ci: install btrfs-progs in the CentOS container Install btrfs-progs in the CentOS container because it is needed for TEST-11-USR-MOUNT. --- test/container/Dockerfile-fedora | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.47.3