]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
ci: fix Arch container
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Mon, 7 Nov 2022 15:13:41 +0000 (15:13 +0000)
committerAntonio Álvarez Feijoo <antonio.feijoo@suse.com>
Mon, 7 Nov 2022 16:20:48 +0000 (17:20 +0100)
packages should be installed with -Syu instead of -Sy.

test/container/Dockerfile-Arch

index c8e54720a7125ded37ddc7330f0656de109bdf2c..3529b9a13099211b1c3e34fc93b1cfd9081d3c12 100644 (file)
@@ -8,7 +8,7 @@ LABEL RUN="docker run -it --name NAME --privileged --ipc=host --net=host --pid=h
 RUN echo 'export DRACUT_NO_XATTR=1 KVERSION=$(cd /lib/modules; ls -1 | tail -1)' > /etc/profile.d/dracut-test.sh
 
 # Install needed packages for the dracut CI container
-RUN pacman --noconfirm -Sy \
+RUN pacman --noconfirm -Syu \
     linux dash strace dhclient asciidoc cpio pigz squashfs-tools \
     qemu btrfs-progs mdadm dmraid nfs-utils nfsidmap lvm2 nbd \
     dhcp networkmanager multipath-tools vi tcpdump open-iscsi \