aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 3b49af9..bb07020 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -97,7 +97,7 @@ USER arch
# download OSX-KVM
WORKDIR /home/arch
-RUN git clone https://github.com/kholia/OSX-KVM.git
+RUN git clone --depth 1 https://github.com/kholia/OSX-KVM.git
# enable ssh
# docker exec .... ./enable-ssh.sh
@@ -126,7 +126,7 @@ RUN sudo pacman -Syu qemu libvirt dnsmasq virt-manager bridge-utils flex bison e
WORKDIR /home/arch/OSX-KVM
-RUN git clone https://github.com/corpnewt/gibMacOS.git
+RUN git clone --depth 1 https://github.com/corpnewt/gibMacOS.git
WORKDIR /home/arch/OSX-KVM/gibMacOS