diff options
| author | sickcodes <[email protected]> | 2020-09-25 19:11:09 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2020-09-25 19:11:09 +0000 |
| commit | cc09cfb24dc080ab24d9fbbf0415376b70802387 (patch) | |
| tree | 02c97af694017dbc6500e5193a8aecee0617354d | |
| parent | Paths (diff) | |
| download | docker-osx-cc09cfb24dc080ab24d9fbbf0415376b70802387.tar.xz docker-osx-cc09cfb24dc080ab24d9fbbf0415376b70802387.zip | |
OSX-KVM folder
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -133,7 +133,7 @@ WORKDIR /home/arch/OSX-KVM RUN git clone https://github.com/corpnewt/gibMacOS.git -WORKDIR /home/arch/gibMacOS +WORKDIR /home/arch/OSX-KVM/gibMacOS # this command takes a while! RUN perl -p -i -e 's/print("Succeeded:")/exit()/' ./gibMacOS.command \ |