summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2018-02-14 02:32:41 +0100
committerKali Kaneko <kali@leap.se>2018-02-15 16:36:57 +0100
commit76878da40906af750aed62d63bd1e928bfa45163 (patch)
treeeb9a0ad50975090a8edb874c410f4421266a4468 /pkg
parent980d37c5d064b88c375c8bc80a5a77aafc4a1ccb (diff)
[pkg] shallow clone
Diffstat (limited to 'pkg')
-rw-r--r--pkg/docker_build_riseupvpn2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/docker_build_riseupvpn b/pkg/docker_build_riseupvpn
index baa41575..3463b7b7 100644
--- a/pkg/docker_build_riseupvpn
+++ b/pkg/docker_build_riseupvpn
@@ -8,7 +8,7 @@
# (dependencies should already be in the base image)
export GOPATH=/srv/go
-cd /src/leap && git clone https://0xacab.org/leap/bitmask-systray
+cd /src/leap && git clone --depth 1 --single-branch --branch master https://0xacab.org/leap/bitmask-systray
cd bitmask-systray && go build .
cd /src/leap/bitmask-dev