diff options
| author | sickcodes <[email protected]> | 2021-02-25 14:49:43 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2021-02-25 14:49:43 +0000 |
| commit | 316a8abfa05839c14098c3279fae31f0d6210775 (patch) | |
| tree | 8f32c821cc66c05d9c0e15794ed10d701e73fe33 /Dockerfile | |
| parent | Major serial number runtime generation and override changes. (diff) | |
| download | docker-osx-316a8abfa05839c14098c3279fae31f0d6210775.tar.xz docker-osx-316a8abfa05839c14098c3279fae31f0d6210775.zip | |
Set temporary branch
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -184,7 +184,8 @@ RUN if [[ "${LINUX}" == true ]]; then \ && bsdtar -C / -xvf "${patched_glibc}" || echo "Everything is fine." \ ; fi -RUN git clone https://github.com/sickcodes/Docker-OSX.git +# temporary branch, remove in final PR +RUN git clone --branch custom-identity https://github.com/sickcodes/Docker-OSX.git RUN touch Launch.sh \ && chmod +x ./Launch.sh \ |