summaryrefslogtreecommitdiff
path: root/docker/leap_bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/leap_bootstrap.sh')
-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