Fix add-apt-repository
[sdnc/oam.git] / 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