From de4433f39c6cf4258845db2ee8a7757500d943c2 Mon Sep 17 00:00:00 2001 From: William Yeh Date: Wed, 24 Feb 2016 10:10:03 +0800 Subject: Update: use PyPI repo instead of too-old EPEL for CentOS images. Fix: escaping '\n' character in echo command. Credit: two PRs from tilgovi: - https://github.com/William-Yeh/docker-ansible/pull/10 - https://github.com/William-Yeh/docker-ansible/pull/11 Update: Alpine image to 3.3 --- master-debian8/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'master-debian8') diff --git a/master-debian8/Dockerfile b/master-debian8/Dockerfile index 80c28f0..1615ae5 100644 --- a/master-debian8/Dockerfile +++ b/master-debian8/Dockerfile @@ -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 -- cgit v1.2.3