aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2022-11-09 22:45:19 +0000
committersickcodes <[email protected]>2022-11-09 22:45:19 +0000
commit586e093ba60542407cfff7dd11131e878ab70e6e (patch)
treecb4548567a98bf6c7719362b2b09c77ffad604d3
parentAdd ventura (diff)
downloaddocker-osx-586e093ba60542407cfff7dd11131e878ab70e6e.tar.xz
docker-osx-586e093ba60542407cfff7dd11131e878ab70e6e.zip
Fix qemu build
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index ca23a6e..2efd7a5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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