From 5803ece5c25aa0daef4260edd01630a759c69efd Mon Sep 17 00:00:00 2001 From: Laszlo Gombos Date: Mon, 8 May 2023 14:31:38 +0000 Subject: [PATCH] ci: add extra packages for tests to Gentoo container Add cryptsetup, multipath-tools and open-iscsi to the Gentoo container for tests 10, 14, 30, 35. --- test/container/Dockerfile-Gentoo | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/container/Dockerfile-Gentoo b/test/container/Dockerfile-Gentoo index 471dfb056..8d8c5f40e 100644 --- a/test/container/Dockerfile-Gentoo +++ b/test/container/Dockerfile-Gentoo @@ -40,12 +40,15 @@ RUN emerge -qv \ net-misc/dhcp \ sys-apps/busybox \ sys-block/nbd \ + sys-block/open-iscsi \ sys-block/parted \ sys-block/thin-provisioning-tools \ sys-fs/btrfs-progs \ + sys-fs/cryptsetup \ sys-fs/dmraid \ sys-fs/lvm2 \ sys-fs/mdadm \ + sys-fs/multipath-tools \ sys-fs/ntfs3g \ sys-fs/squashfs-tools \ && rm -rf /var/cache/* /usr/share/doc/* /usr/share/man/* -- 2.47.3