This commit is contained in:
Hadi Chokr
2026-05-11 08:27:17 +02:00
parent cae6b028f5
commit 2787f77fe5
2 changed files with 2 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ dnf install -y \
mkosi \
systemd \
btrfs-progs \
btrfs-progs-devel \
clang \
compsize \
cpio \

View File

@@ -17,6 +17,7 @@ make_debug_archive () {
rm --recursive --force /var/tmp/debugroot
}
# TODO: Remove if VM Image becomes Fedora
if command -v pacman > /dev/null 2>&1; then
echo "Arch-based VM detected, installing docker to run Fedora container"
pacman --sync --refresh --noconfirm docker