diff options
author | Kali Kaneko <kali@leap.se> | 2018-02-14 02:38:47 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2018-02-15 16:36:58 +0100 |
commit | 5abd127f3780ca2078962ace489bd4c32b5d545d (patch) | |
tree | 4e3f81c695fe848906c89b4fd34c20a4e9c39e02 /pkg/docker_build_apt | |
parent | 76878da40906af750aed62d63bd1e928bfa45163 (diff) |
[pkg] packaging fixes for anonvpn bundle
Diffstat (limited to 'pkg/docker_build_apt')
-rw-r--r-- | pkg/docker_build_apt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pkg/docker_build_apt b/pkg/docker_build_apt index 605bc1be..1d87b4e1 100644 --- a/pkg/docker_build_apt +++ b/pkg/docker_build_apt @@ -12,6 +12,13 @@ git clone $REPO bitmaskbuild cd bitmaskbuild git checkout $BRANCH git fetch --tags + +pip uninstall --yes leap.bitmask +pip install -e . + mkdir -p dist/ + VIRTUAL_ENV=/usr/local make bundle_linux cp -r dist/* /dist + +echo "[+] DONE" |