commit | 2676c3ede40c725457296853b388a3784da2a47a | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Tue Feb 11 02:29:03 2020 +0000 |
committer | Gerrit Code Review <gerrit@opencord.org> | Tue Feb 11 02:29:03 2020 +0000 |
tree | 9d2cf7c3457d03b25d38a2bb3c9eeae2eca3cdf4 | |
parent | 08a631244f6a70580bae8520d4f40cb9c13adf6f [diff] | |
parent | 2d28bf8919018ffdca7b04ac60d2130bac0bdc78 [diff] |
Merge "update pip to fix virtualenv/six issues"
diff --git a/packer/provision/basebuild.sh b/packer/provision/basebuild.sh index 19e3876..d43525c 100644 --- a/packer/provision/basebuild.sh +++ b/packer/provision/basebuild.sh
@@ -128,6 +128,8 @@ # end of apt-get install list # install python modules + # upgrade pip or other installations may fail in unusual ways + pip install --upgrade pip pip install \ Jinja2 \ ansible-lint \