]> git.immae.eu Git - github/fretlink/docker-ansible.git/blobdiff - ubuntu12.04/Dockerfile
Rollback: escaping '\n' character in echo command for Ubuntu Precise (12.04).
[github/fretlink/docker-ansible.git] / ubuntu12.04 / Dockerfile
index 0cbb2d845f230a0dd1057c6c9fdfcee640c6c76f..47eb6a30a68f48f5b4fcd133bfe09af081250482 100644 (file)
@@ -28,7 +28,7 @@ RUN echo "===> Adding Ansible's PPA..."  && \
     \
     \
     echo "===> Adding hosts for convenience..."  && \
-    echo -e '[local]\nlocalhost\n' > /etc/ansible/hosts
+    echo '[local]\nlocalhost\n' > /etc/ansible/hosts
 
 
 # default command: display Ansible version