commit | dfb369fc50ce0d1584222b8efec0be9214044fc8 | [log] [tgz] |
---|---|---|
author | Luca Prete <luca@opennetworking.org> | Thu Mar 29 18:37:59 2018 +0000 |
committer | Gerrit Code Review <gerrit@opencord.org> | Thu Mar 29 18:37:59 2018 +0000 |
tree | 8e6c10e9d0f2faf99d2441cf3474afc5a3b98ee6 | |
parent | 90bfa5ef2b74b795952fb15686c39b313b913864 [diff] | |
parent | 4d0592ab3a26015226df9d910965376ba832c63d [diff] |
Merge "Using new Ubuntu 1c 1g for xos gui unit tests"
diff --git a/packer/provision/basebuild.sh b/packer/provision/basebuild.sh index 97aa848..34c1a3b 100644 --- a/packer/provision/basebuild.sh +++ b/packer/provision/basebuild.sh
@@ -67,8 +67,11 @@ # install python modules sudo pip install \ + docker==2.6.1 \ + docker-compose==1.15.0 \ gitpython \ - graphviz "Jinja2>=2.9" \ + graphviz \ + "Jinja2>=2.9" \ robotframework \ robotframework-sshlibrary \ robotframework-requests \