summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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