aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2022-01-21 21:26:27 +0000
committersickcodes <[email protected]>2022-01-21 21:26:27 +0000
commitb0ac21a94a895d3374e485a053f2f0297fd6a9a8 (patch)
treefc7eb86e68ca34c20a44457eafbfc239ae6f1c7b
parentFix `Enter a number (default=1): error: invalid number: y` by pegging `extra/... (diff)
downloaddocker-osx-b0ac21a94a895d3374e485a053f2f0297fd6a9a8.tar.xz
docker-osx-b0ac21a94a895d3374e485a053f2f0297fd6a9a8.zip
Fix jack
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index b734fbc..f28924e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -140,7 +140,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 extra/jack ebtables edk2-ovmf netctl libvirt-dbus wget --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 \
&& yes | sudo pacman -Scc
WORKDIR /home/arch/OSX-KVM