]> git.immae.eu Git - github/fretlink/docker-ansible.git/blobdiff - master-ubuntu14.04/Dockerfile
Update: use PyPI repo instead of too-old EPEL for CentOS images.
[github/fretlink/docker-ansible.git] / master-ubuntu14.04 / Dockerfile
index 648a3133d8d4046be73d78b76168723c64d54ee8..19075cceca34c10711a32b09779fb789dedaa21a 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