aboutsummaryrefslogtreecommitdiffhomepage
path: root/centos6-onbuild/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'centos6-onbuild/Dockerfile')
-rw-r--r--centos6-onbuild/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/centos6-onbuild/Dockerfile b/centos6-onbuild/Dockerfile
index 6c94671..56855ef 100644
--- a/centos6-onbuild/Dockerfile
+++ b/centos6-onbuild/Dockerfile
@@ -45,7 +45,7 @@ RUN echo "===> Installing EPEL..." && \
45 \ 45 \
46 echo "===> Adding hosts for convenience..." && \ 46 echo "===> Adding hosts for convenience..." && \
47 mkdir -p /etc/ansible && \ 47 mkdir -p /etc/ansible && \
48 echo -e '[local]\nlocalhost\n' > /etc/ansible/hosts 48 echo 'localhost' > /etc/ansible/hosts
49 49
50 50
51COPY ansible-playbook-wrapper /usr/local/bin/ 51COPY ansible-playbook-wrapper /usr/local/bin/