diff options
| author | sickcodes <[email protected]> | 2022-11-09 22:45:19 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2022-11-09 22:45:19 +0000 |
| commit | 586e093ba60542407cfff7dd11131e878ab70e6e (patch) | |
| tree | cb4548567a98bf6c7719362b2b09c77ffad604d3 | |
| parent | Add ventura (diff) | |
| download | docker-osx-586e093ba60542407cfff7dd11131e878ab70e6e.tar.xz docker-osx-586e093ba60542407cfff7dd11131e878ab70e6e.zip | |
Fix qemu build
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -144,7 +144,7 @@ RUN touch enable-ssh.sh \ # RUN yes | sudo pacman -Syu qemu libvirt dnsmasq virt-manager bridge-utils edk2-ovmf netctl libvirt-dbus --overwrite --noconfirm -RUN yes | sudo pacman -Syu bc qemu libvirt dnsmasq virt-manager bridge-utils openresolv jack2 ebtables edk2-ovmf netctl libvirt-dbus wget --overwrite --noconfirm \ +RUN yes | sudo pacman -Syu bc qemu-desktop libvirt dnsmasq virt-manager bridge-utils openresolv jack2 ebtables edk2-ovmf netctl libvirt-dbus wget --overwrite --noconfirm \ && yes | sudo pacman -Scc WORKDIR /home/arch/OSX-KVM |