diff options
| author | sickcodes <[email protected]> | 2021-03-28 10:17:47 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2021-03-28 10:17:47 +0000 |
| commit | 6243c33e47039920dbcd11727aff2cb50096d9a8 (patch) | |
| tree | 7086bf22843a036255563df64fdd058970c08dc2 /Dockerfile.auto | |
| parent | Add shields with live image sizes (diff) | |
| download | docker-osx-6243c33e47039920dbcd11727aff2cb50096d9a8.tar.xz docker-osx-6243c33e47039920dbcd11727aff2cb50096d9a8.zip | |
Remove envsubst to allow interactive QEMU using -i
Diffstat (limited to 'Dockerfile.auto')
| -rw-r--r-- | Dockerfile.auto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.auto b/Dockerfile.auto index 8175e3e..170029f 100644 --- a/Dockerfile.auto +++ b/Dockerfile.auto @@ -219,7 +219,7 @@ CMD echo "${BOILERPLATE}" \ /usr/bin/ssh-keygen -t rsa -f ~/.ssh/id_docker_osx -q -N "" \ && chmod 600 ~/.ssh/id_docker_osx \ ; } \ - ; envsubst < ./Launch.sh | bash \ + ; /bin/bash -c ./Launch.sh \ & echo "Booting Docker-OSX in the background. Please wait..." \ ; until [[ "$(sshpass -palpine ssh-copy-id -f -i ~/.ssh/id_docker_osx.pub -p 10022 [email protected])" ]]; do \ echo "Disk is being copied between layers. Repeating until able to copy SSH key into OSX..." \ |