aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2020-06-10 08:03:19 +0700
committerGitHub <[email protected]>2020-06-10 08:03:19 +0700
commit2afa7ec6f5ecad709a4b86949d6efcafac12fec3 (patch)
treede09bb1b6d417d44d9c1112f5b39edcc27420558
parentMerge pull request #31 from matusnovak/master (diff)
parentdownload only BaseSystem.dmg (diff)
downloaddocker-osx-2afa7ec6f5ecad709a4b86949d6efcafac12fec3.tar.xz
docker-osx-2afa7ec6f5ecad709a4b86949d6efcafac12fec3.zip
Merge pull request #32 from m1k1o/master
Skip downloading huge files that are not needed
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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