aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2021-03-24 18:14:05 +0000
committersickcodes <[email protected]>2021-03-24 18:14:05 +0000
commit27cd8247eeb2c293a3a61005e05e7540ebf95caa (patch)
treeb8e9ab1a7cfb13352be8cbd76a1e9ef27810269e /Dockerfile
parentAdd all ENV variables to each dockerfile for readability. Add RAM allocation ... (diff)
downloaddocker-osx-27cd8247eeb2c293a3a61005e05e7540ebf95caa.tar.xz
docker-osx-27cd8247eeb2c293a3a61005e05e7540ebf95caa.zip
Substitution if not null only
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 5f247df..b559bb8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -214,7 +214,7 @@ RUN touch Launch.sh \
&& tee -a Launch.sh <<< 'sudo chown -R $(id -u):$(id -g) /dev/snd 2>/dev/null || true' \
&& tee -a Launch.sh <<< 'exec qemu-system-x86_64 -m ${RAM:-2}000 \' \
&& tee -a Launch.sh <<< '-cpu Penryn,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on,+pcid,+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check \' \
- && tee -a Launch.sh <<< '-machine q35,${KVM:-"accel=kvm:tcg"} \' \
+ && tee -a Launch.sh <<< '-machine q35,${KVM-"accel=kvm:tcg"} \' \
&& tee -a Launch.sh <<< '-smp ${CPU_STRING:-${SMP:-4},cores=${CORES:-4}} \' \
&& tee -a Launch.sh <<< '-usb -device usb-kbd -device usb-tablet \' \
&& tee -a Launch.sh <<< '-device isa-applesmc,osk=ourhardworkbythesewordsguardedpleasedontsteal\(c\)AppleComputerInc \' \