Merge "Update packages inside the container"
authorDan Timoney <dtimoney@att.com>
Thu, 15 Nov 2018 20:28:40 +0000 (20:28 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 15 Nov 2018 20:28:40 +0000 (20:28 +0000)
ansible-server/src/main/scripts/startAnsibleServer.sh

index dd6f2a3..1d76b1a 100644 (file)
@@ -7,6 +7,7 @@ then
     pip install 'cherrypy<18.0.0'
     pip install requests
 
+    apt-get update -y
     apt-get -y install software-properties-common
     apt-add-repository -y ppa:ansible/ansible
     apt-get -y install ansible