mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-04 20:08:03 -06:00
fix: error: target not found: bridge-utils
This commit is contained in:
parent
aa05a2c9a0
commit
9cac974f35
@ -152,9 +152,9 @@ RUN touch enable-ssh.sh \
|
||||
|
||||
# default env vars, RUNTIME ONLY, not for editing in build time.
|
||||
|
||||
# RUN yes | sudo pacman -Syu qemu libvirt dnsmasq virt-manager bridge-utils edk2-ovmf netctl libvirt-dbus --overwrite --noconfirm
|
||||
# RUN yes | sudo pacman -Syu qemu libvirt dnsmasq virt-manager edk2-ovmf netctl libvirt-dbus --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 scrot --overwrite --noconfirm \
|
||||
RUN yes | sudo pacman -Syu bc qemu-desktop libvirt dnsmasq virt-manager openresolv jack2 ebtables edk2-ovmf netctl libvirt-dbus wget scrot --overwrite --noconfirm \
|
||||
&& yes | sudo pacman -Scc
|
||||
|
||||
WORKDIR /home/arch/OSX-KVM
|
||||
|
||||
Loading…
Reference in New Issue
Block a user