diff options
| author | sickcodes <[email protected]> | 2020-06-10 08:03:19 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-10 08:03:19 +0700 |
| commit | 2afa7ec6f5ecad709a4b86949d6efcafac12fec3 (patch) | |
| tree | de09bb1b6d417d44d9c1112f5b39edcc27420558 | |
| parent | Merge pull request #31 from matusnovak/master (diff) | |
| parent | download only BaseSystem.dmg (diff) | |
| download | docker-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-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |