Merge "Fix add-apt-repository"
authorDan Timoney <dt5972@att.com>
Thu, 26 Apr 2018 17:44:42 +0000 (17:44 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 26 Apr 2018 17:44:42 +0000 (17:44 +0000)
Former-commit-id: 4a781d41043dd398b59de1639df5c060b59b920b

installation/ansible-server/src/main/docker/Dockerfile

index 373e12d..dfbb060 100644 (file)
@@ -18,7 +18,7 @@ RUN apt-get -y install python-pip
 
 ##Ansible:
 RUN apt-get -y install software-properties-common
-RUN apt-add-repository ppa:ansible/ansible
+RUN apt-add-repository -y ppa:ansible/ansible
 RUN apt-get -y install ansible
 
 # copy files needed