summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2018-02-12 20:44:39 +0100
committerKali Kaneko <kali@leap.se>2018-02-15 16:36:45 +0100
commit8b09b86e4543c9531cc2f3ef6d1695b0c703b636 (patch)
treebedf65dc09815058a21d4a4a0b1235560de68921 /pkg
parentc0ee680866c6ccf60a0318e120de3f42cbb4992a (diff)
[pkg] fix docker build
Diffstat (limited to 'pkg')
-rw-r--r--pkg/docker_build_apt3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/docker_build_apt b/pkg/docker_build_apt
index 53dc9fe7..6378990f 100644
--- a/pkg/docker_build_apt
+++ b/pkg/docker_build_apt
@@ -4,10 +4,13 @@
: ${REPO:="https://github.com/leapcode/bitmask-dev"}
: ${BRANCH:="master"}
+cd /src/leap/bitmask-dev
RELEASE=bitmask-`cat pkg/next-version`
+cd /src/leap/
echo "[+] CLONING REPO from $REPO [$BRANCH]"
git clone $REPO bitmaskbuild
cd bitmaskbuild
git checkout $BRANCH
mkdir -p dist/
VIRTUAL_ENV=/usr/local make bundle
+cp -r dist/* /dist