summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-08-31 17:48:53 -0300
committerKali Kaneko <kali@leap.se>2015-09-09 13:31:41 -0400
commit418b5f9fdd31886348152e61d6372251c0b7ac9d (patch)
treea456b8b7a91aefce9971a85dbe7d13ea55ae553a /docker
parent44fdb81e6e70a5db7989856562e4ff2429027016 (diff)
[feat] install using leap-wheels
I did the previous merge against an outdated version of the PR branch (leapcode/pr/889). Sorry!
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/leap_bootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/leap_bootstrap.sh b/docker/leap_bootstrap.sh
index efff859d..195527e3 100755
--- a/docker/leap_bootstrap.sh
+++ b/docker/leap_bootstrap.sh
@@ -158,7 +158,7 @@ install_dependencies() {
# install defined 3rd party dependencies for every package
for package in $PACKAGES; do
cd $REPOS_ROOT/$package
- pkg/pip_install_requirements.sh
+ pkg/pip_install_requirements.sh --use-leap-wheels
done
# symlink system's PySide inside the venv