]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
ci: fix Gentoo container used for testing
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Fri, 13 Jan 2023 17:50:35 +0000 (17:50 +0000)
committerAntonio Álvarez Feijoo <antonio.feijoo@suse.com>
Thu, 19 Jan 2023 13:22:22 +0000 (14:22 +0100)
test/container/Dockerfile-Gentoo

index a38d96ab894ce5bed0bffcf030d48a93ffe72078..fb636a4f500cbd53b18809a225a05a3a940c5a0e 100644 (file)
@@ -23,6 +23,8 @@ RUN echo 'sys-fs/lvm2 device-mapper-only -thin' > /etc/portage/package.use/lvm2
 # workaround for https://bugs.gentoo.org/734022 whereby Gentoo does not support NFS4 with musl
 RUN echo 'net-fs/nfs-utils -nfsv4' > /etc/portage/package.use/nfs-utils
 
+RUN echo '>=sys-fs/lvm2-2.03.17-r1 lvm' > /etc/portage/package.use/dmraid
+
 # Install needed packages for the dracut CI container
 RUN emerge -qv \
     app-arch/cpio \