mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2024-11-23 02:39:59 +08:00
Set temporary branch
This commit is contained in:
parent
23ab20c2fa
commit
316a8abfa0
@ -184,7 +184,8 @@ RUN if [[ "${LINUX}" == true ]]; then \
|
|||||||
&& bsdtar -C / -xvf "${patched_glibc}" || echo "Everything is fine." \
|
&& bsdtar -C / -xvf "${patched_glibc}" || echo "Everything is fine." \
|
||||||
; fi
|
; 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 \
|
RUN touch Launch.sh \
|
||||||
&& chmod +x ./Launch.sh \
|
&& chmod +x ./Launch.sh \
|
||||||
|
Loading…
Reference in New Issue
Block a user