]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci: add erofs-utils to the centos stream container
authorJo Zzsi <jozzsicsataban@gmail.com>
Thu, 31 Oct 2024 16:10:02 +0000 (12:10 -0400)
committerLaszlo <laszlo.gombos@gmail.com>
Thu, 31 Oct 2024 16:21:41 +0000 (12:21 -0400)
Remove some filesystem-util packages that currently not used by the CI
to minimize the difference between fedora and centos stream containers

test/container/Dockerfile-fedora

index ae017c6225c44bc545eb4f847a06b9ef959f1e6a..f70cf24629e3e921ba8a430911516dbb59a3de1c 100644 (file)
@@ -17,13 +17,8 @@ else \
     dhcp-client \
     dhcp-server \
     dmraid \
-    erofs-utils \
-    f2fs-tools \
-    jfsutils \
     mkosi \
     nbd \
-    ntfs-3g \
-    ntfsprogs \
     /usr/bin/qemu-system-$(uname -m) \
     qrencode \
     sbsigntools \
@@ -42,6 +37,7 @@ RUN dnf -y install --setopt=install_weak_deps=False \
     dbus-daemon \
     device-mapper-multipath \
     e2fsprogs \
+    erofs-utils \
     fcoe-utils \
     fuse3 \
     gcc \