From: Harald Hoyer Date: Wed, 12 May 2021 13:24:48 +0000 (+0200) Subject: ci: add cpio and pigz to arch container X-Git-Tag: 054~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0c0791594f9b958ebd87b94fde69c0bb5f7052b;p=thirdparty%2Fdracut.git ci: add cpio and pigz to arch container --- diff --git a/test/container/Dockerfile-Arch b/test/container/Dockerfile-Arch index d08a016b3..922b8edec 100644 --- a/test/container/Dockerfile-Arch +++ b/test/container/Dockerfile-Arch @@ -9,7 +9,7 @@ RUN echo 'export DRACUT_NO_XATTR=1 KVERSION=$(cd /lib/modules; ls -1 | tail -1)' # Install needed packages for the dracut CI container RUN pacman --noconfirm -Sy \ - linux dash strace dhclient asciidoc \ + linux dash strace dhclient asciidoc cpio pigz \ qemu btrfs-progs mdadm dmraid nfs-utils nfsidmap lvm2 nbd \ dhcp networkmanager multipath-tools vi tcpdump open-iscsi \ git shfmt shellcheck astyle which base-devel && yes | pacman -Scc