]> git.immae.eu Git - github/fretlink/docker-ansible.git/blobdiff - master-debian8-onbuild/Dockerfile
Update: use PyPI repo instead of too-old EPEL for CentOS images.
[github/fretlink/docker-ansible.git] / master-debian8-onbuild / Dockerfile
index d8e88026a0c825839773199b72dd043eef5e7643..d3066e39b5c457e3ef1b65cf81e80ab7561d2b06 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