download only BaseSystem.dmg

This commit is contained in:
Miroslav Šedivý 2020-06-10 00:32:04 +02:00
parent 96f6275fe0
commit 38cb1d70ba

View File

@ -63,7 +63,7 @@ WORKDIR /home/arch/gibMacOS
RUN perl -p -i -e 's/print("Succeeded:")/exit()/' ./gibMacOS.command RUN perl -p -i -e 's/print("Succeeded:")/exit()/' ./gibMacOS.command
# this command takes a while! # 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 pacman -S qemu libvirt dnsmasq virt-manager bridge-utils flex bison ebtables edk2-ovmf --noconfirm
# RUN sudo systemctl enable libvirtd.service # RUN sudo systemctl enable libvirtd.service