From 38cb1d70ba9c55c8bb1920ed62f608fe305822f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Wed, 10 Jun 2020 00:32:04 +0200 Subject: [PATCH] download only BaseSystem.dmg --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 35311e7..4eacf88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,7 +63,7 @@ WORKDIR /home/arch/gibMacOS RUN perl -p -i -e 's/print("Succeeded:")/exit()/' ./gibMacOS.command # this command takes a while! -RUN python gibMacOS.command -v "${VERSION}" || echo Done +RUN python gibMacOS.command -v "${VERSION}" -d || echo Done RUN sudo pacman -S qemu libvirt dnsmasq virt-manager bridge-utils flex bison ebtables edk2-ovmf --noconfirm # RUN sudo systemctl enable libvirtd.service