From 316a8abfa05839c14098c3279fae31f0d6210775 Mon Sep 17 00:00:00 2001 From: sickcodes Date: Thu, 25 Feb 2021 14:49:43 +0000 Subject: [PATCH] Set temporary branch --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9af8470..7b262e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \