]> git.immae.eu Git - github/fretlink/docker-ansible.git/blobdiff - ubuntu14.04/Dockerfile
Update: use PyPI repo instead of too-old EPEL for CentOS images.
[github/fretlink/docker-ansible.git] / ubuntu14.04 / Dockerfile
index e38b12c1ada548327b76f64229dd235dd6778cb2..99dd21fbba799e6a6f054da16f22b4812e62e237 100644 (file)
@@ -28,7 +28,7 @@ RUN echo "===> Adding Ansible's PPA..."  && \
     \
     \
     echo "===> Adding hosts for convenience..."  && \
-    echo '[local]\nlocalhost\n' > /etc/ansible/hosts
+    echo -e '[local]\nlocalhost\n' > /etc/ansible/hosts
 
 
 # default command: display Ansible version