diff options
| author | Miroslav Šedivý <[email protected]> | 2020-06-10 00:32:04 +0200 |
|---|---|---|
| committer | Miroslav Šedivý <[email protected]> | 2020-06-10 00:32:04 +0200 |
| commit | 38cb1d70ba9c55c8bb1920ed62f608fe305822f0 (patch) | |
| tree | 10eb10d4825b6b92d1163feb3cc9a9a30cdb6c6b | |
| parent | Merge pull request #25 from parasquid/docker-file (diff) | |
| download | docker-osx-38cb1d70ba9c55c8bb1920ed62f608fe305822f0.tar.xz docker-osx-38cb1d70ba9c55c8bb1920ed62f608fe305822f0.zip | |
download only BaseSystem.dmg
| -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 |