diff options
Diffstat (limited to 'debian8-onbuild/Dockerfile')
-rw-r--r-- | debian8-onbuild/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian8-onbuild/Dockerfile b/debian8-onbuild/Dockerfile index 573e498..2727135 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 '[local]\nlocalhost\n' > /etc/ansible/hosts | 35 | echo -e '[local]\nlocalhost\n' > /etc/ansible/hosts |
36 | 36 | ||
37 | 37 | ||
38 | COPY ansible-playbook-wrapper /usr/local/bin/ | 38 | COPY ansible-playbook-wrapper /usr/local/bin/ |