]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
ci: cleanup the arch container
authorHarald Hoyer <harald@redhat.com>
Wed, 12 May 2021 12:33:03 +0000 (14:33 +0200)
committerHarald Hoyer <harald@hoyer.xyz>
Wed, 12 May 2021 12:34:31 +0000 (14:34 +0200)
test/container/Dockerfile-Arch

index 4dcb24dda3e7167fe4c8c04f4324311f3f7c585f..c375fed5ed5df5fab194af8f25dfffe642f20e34 100644 (file)
@@ -12,7 +12,7 @@ RUN pacman --noconfirm -Sy \
     linux dash strace gcc dhclient asciidoc make dracut \
     qemu jack btrfs-progs mdadm dmraid nfs-utils nfsidmap lvm2 nbd \
     dhcp networkmanager multipath-tools vi tcpdump open-iscsi \
-    git shfmt shellcheck astyle which base-devel
+    git shfmt shellcheck astyle which base-devel && pacman -Scc
 
 RUN useradd build && mkdir /build && chown -R build /build
 RUN su build -c 'cd /build && git clone https://aur.archlinux.org/perl-config-general.git && cd perl-config-general && makepkg -s --noconfirm'