summaryrefslogtreecommitdiff
path: root/docker/leap_bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/leap_bootstrap.sh')
-rwxr-xr-xdocker/leap_bootstrap.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/docker/leap_bootstrap.sh b/docker/leap_bootstrap.sh
index 4f553ee7..a717ab6d 100755
--- a/docker/leap_bootstrap.sh
+++ b/docker/leap_bootstrap.sh
@@ -271,6 +271,10 @@ EOF
install_dependencies
setup_develop
+ cd $REPOS_ROOT/bitmask_client/
+ make
+ cd -
+
set +x
echo "${cc_green}Status: $status done!${cc_normal}"
}