]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci(azurelinux): make sure tar is installed
authorJo Zzsi <jozzsicsataban@gmail.com>
Sun, 20 Apr 2025 01:22:40 +0000 (21:22 -0400)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Sun, 20 Apr 2025 10:16:22 +0000 (06:16 -0400)
tar is required to download dracut source code before a build.

test/container/Dockerfile-azurelinux

index c1a552195af9f08ba757bf85c81bd5f20011c9bf..212dd78d696dee98d99551a5b6b756ddad423a34 100644 (file)
@@ -49,6 +49,7 @@ RUN tdnf -y install --setopt=install_weak_deps=False \
     squashfs-tools \
     swtpm \
     systemd-resolved \
+    tar \
     tpm2-tools \
     xfsprogs \
     xorriso \