From 39d08cd3f1be7ca9df34a67120bb563c93e8437f Mon Sep 17 00:00:00 2001 From: Roman Vanicek Date: Wed, 24 Apr 2024 21:49:25 +0200 Subject: [PATCH] Xcode installation was incomplete --- Dockerfile.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile.sh b/Dockerfile.sh index 094a813..2f00847 100755 --- a/Dockerfile.sh +++ b/Dockerfile.sh @@ -73,4 +73,6 @@ read -p "Press any key to when done.. " -n1 -s ## Install apps from Mac App Store (497799835 - Xcode) echo Installing apps from Mac App Store docker exec -i $cntName /usr.orig/bin/ssh 127.0.0.1 '/usr/local/bin/mas install 497799835' -docker exec -i $cntName /usr.orig/bin/ssh 127.0.0.1 'sudo xcode-select -s /Applications/Xcode.app/Contents/Developer' \ No newline at end of file +docker exec -i $cntName /usr.orig/bin/ssh 127.0.0.1 'sudo xcode-select -s /Applications/Xcode.app/Contents/Developer' +docker exec -i $cntName /usr.orig/bin/ssh 127.0.0.1 'sudo xcodebuild -runFirstLaunch' +docker exec -i $cntName /usr.orig/bin/ssh 127.0.0.1 'sudo xcodebuild -downloadPlatform iOS' \ No newline at end of file