aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2021-07-27 23:04:54 +0000
committersickcodes <[email protected]>2021-07-27 23:04:54 +0000
commit458c4781cd546e0f47b0ba4a5a563c925e708a65 (patch)
tree32b0f4b1fd146c5c5573ad5ad44f9539cefd35f9
parentFix Dockerfile (diff)
downloaddocker-osx-458c4781cd546e0f47b0ba4a5a563c925e708a65.tar.xz
docker-osx-458c4781cd546e0f47b0ba4a5a563c925e708a65.zip
Deep clones for debugging...
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 75b13ad..c6e929e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -126,6 +126,7 @@ RUN tee -a sshd_config <<< 'AllowTcpForwarding yes' \
USER arch
# download OSX-KVM
+# RUN git clone --recurse-submodules --depth 1 https://github.com/kholia/OSX-KVM.git /home/arch/OSX-KVM
RUN git clone --recurse-submodules --depth 1 https://github.com/kholia/OSX-KVM.git /home/arch/OSX-KVM
# enable ssh
@@ -213,6 +214,7 @@ RUN yes | sudo pacman -U https://archive.archlinux.org/packages/f/file/file-5.39
# optional --build-arg to change branches for testing
ARG BRANCH=master
ARG REPO='https://github.com/sickcodes/Docker-OSX.git'
+# RUN git clone --recurse-submodules --depth 1 --branch "${BRANCH}" "${REPO}"
RUN git clone --recurse-submodules --depth 1 --branch "${BRANCH}" "${REPO}"
RUN touch Launch.sh \