aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2022-01-21 15:09:50 +0000
committersickcodes <[email protected]>2022-01-21 15:09:50 +0000
commitb726cd179d7a8731816921cf1048603fc6732de4 (patch)
tree93bd6217013092a0ff9345230c9ad8538b87f397
parentMerge pull request #422 from kimjammer/patch-2 (diff)
downloaddocker-osx-b726cd179d7a8731816921cf1048603fc6732de4.tar.xz
docker-osx-b726cd179d7a8731816921cf1048603fc6732de4.zip
Fix `Enter a number (default=1): error: invalid number: y` by pegging `extra/jack` over `jack`
-rw-r--r--CREDITS.md8
-rw-r--r--Dockerfile2
2 files changed, 9 insertions, 1 deletions
diff --git a/CREDITS.md b/CREDITS.md
index 6abb203..95adb70 100644
--- a/CREDITS.md
+++ b/CREDITS.md
@@ -113,3 +113,11 @@ This project now uses the fantastic OpenCore bootloader from the community OpenC
[@martinmullins](https://github.com/martinmullins) Notes for mounting an NFS folder from a linux host #392
[@kimjammer](https://github.com/kimjammer) Readme - Added instructions for using WSLg's built in X11 server #395
+
+[@jk2K](https://github.com/jk2K) fix: support dynamic change of Base image #408
+
+[@MikeCoder96](https://github.com/MikeCoder96) Update README.md with WSL how to #412
+
+[@aslafy-z](https://github.com/aslafy-z) chore(docs): update helm requirements list style #420
+
+@Mhartig - Worked out issue `Enter a number (default=1): error: invalid number: y` \ No newline at end of file
diff --git a/Dockerfile b/Dockerfile
index 1a4e15e..b734fbc 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 jack ebtables edk2-ovmf netctl libvirt-dbus wget --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 \
&& yes | sudo pacman -Scc
WORKDIR /home/arch/OSX-KVM