diff options
Diffstat (limited to 'bootstrap/installer-docker.sh-template')
-rwxr-xr-x | bootstrap/installer-docker.sh-template | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap/installer-docker.sh-template b/bootstrap/installer-docker.sh-template index b056ca1..9c19fdb 100755 --- a/bootstrap/installer-docker.sh-template +++ b/bootstrap/installer-docker.sh-template @@ -94,6 +94,9 @@ chmod 600 ${PVTKEY} virtualenv dcaeinstall source dcaeinstall/bin/activate +# forcing pip version (pip>=10.0.0 no longer support use wheel) +pip install pip==9.0.3 + # Install Cloudify pip install cloudify==3.4.0 |