aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šedivý <[email protected]>2020-06-10 00:32:04 +0200
committerMiroslav Šedivý <[email protected]>2020-06-10 00:32:04 +0200
commit38cb1d70ba9c55c8bb1920ed62f608fe305822f0 (patch)
tree10eb10d4825b6b92d1163feb3cc9a9a30cdb6c6b
parentMerge pull request #25 from parasquid/docker-file (diff)
downloaddocker-osx-38cb1d70ba9c55c8bb1920ed62f608fe305822f0.tar.xz
docker-osx-38cb1d70ba9c55c8bb1920ed62f608fe305822f0.zip
download only BaseSystem.dmg
-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