Add dns config, fix ansible start script
[sdnc/oam.git] / installation / ansible-server / src / main / docker / Dockerfile
index dfbb060..86b368c 100644 (file)
@@ -16,17 +16,14 @@ RUN apt-get -y install vim
 RUN apt-get -y install python2.7
 RUN apt-get -y install python-pip
 
-##Ansible:
-RUN apt-get -y install software-properties-common
-RUN apt-add-repository -y ppa:ansible/ansible
-RUN apt-get -y install ansible
+
 
 # copy files needed
 COPY opt /opt/
 
 WORKDIR /opt/onap/sdnc
 
-ENTRYPOINT exec startAnsibleServer.sh
+#ENTRYPOINT exec startAnsibleServer.sh
 #CMD ["/bin/bash"]
 EXPOSE 8000