aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian8-onbuild/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'debian8-onbuild/Dockerfile')
-rw-r--r--debian8-onbuild/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian8-onbuild/Dockerfile b/debian8-onbuild/Dockerfile
index 2727135..c5fc227 100644
--- a/debian8-onbuild/Dockerfile
+++ b/debian8-onbuild/Dockerfile
@@ -32,7 +32,7 @@ RUN echo "===> Installing python, sudo, and supporting tools..." && \
32 \ 32 \
33 echo "===> Adding hosts for convenience..." && \ 33 echo "===> Adding hosts for convenience..." && \
34 mkdir -p /etc/ansible && \ 34 mkdir -p /etc/ansible && \
35 echo -e '[local]\nlocalhost\n' > /etc/ansible/hosts 35 echo 'localhost' > /etc/ansible/hosts
36 36
37 37
38COPY ansible-playbook-wrapper /usr/local/bin/ 38COPY ansible-playbook-wrapper /usr/local/bin/