Browse Source

ci: add cpio and pigz to arch container

master
Harald Hoyer 3 years ago committed by Harald Hoyer
parent
commit
e0c0791594
  1. 2
      test/container/Dockerfile-Arch

2
test/container/Dockerfile-Arch

@ -9,7 +9,7 @@ RUN echo 'export DRACUT_NO_XATTR=1 KVERSION=$(cd /lib/modules; ls -1 | tail -1)' @@ -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

Loading…
Cancel
Save