diff options
Diffstat (limited to 'centos6-onbuild/Dockerfile')
-rw-r--r-- | centos6-onbuild/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/centos6-onbuild/Dockerfile b/centos6-onbuild/Dockerfile index 972b5dc..ece25a1 100644 --- a/centos6-onbuild/Dockerfile +++ b/centos6-onbuild/Dockerfile | |||
@@ -40,7 +40,7 @@ RUN echo "===> Installing EPEL..." && \ | |||
40 | \ | 40 | \ |
41 | echo "===> Adding hosts for convenience..." && \ | 41 | echo "===> Adding hosts for convenience..." && \ |
42 | mkdir -p /etc/ansible && \ | 42 | mkdir -p /etc/ansible && \ |
43 | echo '[local]\nlocalhost\n' > /etc/ansible/hosts | 43 | echo -e '[local]\nlocalhost\n' > /etc/ansible/hosts |
44 | 44 | ||
45 | 45 | ||
46 | COPY ansible-playbook-wrapper /usr/local/bin/ | 46 | COPY ansible-playbook-wrapper /usr/local/bin/ |