]> git.immae.eu Git - github/fretlink/docker-ansible.git/blobdiff - master-debian7-onbuild/Dockerfile
Update: use PyPI repo instead of too-old EPEL for CentOS images.
[github/fretlink/docker-ansible.git] / master-debian7-onbuild / Dockerfile
index 958e9263d09f2456b619f779b394245103a57688..41f7ba99282d2b4341bfaf98fec475da23b015be 100644 (file)
@@ -49,7 +49,7 @@ RUN echo "===> Adding Ansible's prerequisites..."   && \
     \
     echo "===> Adding hosts for convenience..."  && \
     mkdir -p /etc/ansible                        && \
-    echo '[local]\nlocalhost\n' > /etc/ansible/hosts
+    echo -e '[local]\nlocalhost\n' > /etc/ansible/hosts
 
 
 ENV PATH        /opt/ansible/bin:$PATH