mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2024-11-23 02:39:59 +08:00
Merge pull request #32 from m1k1o/master
Skip downloading huge files that are not needed
This commit is contained in:
commit
2afa7ec6f5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user