diff options
| author | sickcodes <[email protected]> | 2021-03-24 21:16:03 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2021-03-24 21:16:03 +0000 |
| commit | 2414f466d0c6fd142734630c8206137695233575 (patch) | |
| tree | 95b72f1fa86c26c2299d73d6918d2f1500de381d /Dockerfile.auto | |
| parent | Merge pull request #221 from sickcodes/kvmless (diff) | |
| download | docker-osx-2414f466d0c6fd142734630c8206137695233575.tar.xz docker-osx-2414f466d0c6fd142734630c8206137695233575.zip | |
Enable interactive QEMU. Remove envsubst since we are already using bash. Add -x flag
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 ff7d5e6..8175e3e 100644 --- a/Dockerfile.auto +++ b/Dockerfile.auto @@ -7,7 +7,7 @@ # # Title: Docker-OSX (Mac on Docker) # Author: Sick.Codes https://twitter.com/sickcodes -# Version: 4.2 +# Version: 4.3 # License: GPLv3+ # Repository: https://github.com/sickcodes/Docker-OSX # Website: https://sick.codes |