diff options
Diffstat (limited to 'ubuntu12.04-onbuild/Dockerfile')
-rw-r--r-- | ubuntu12.04-onbuild/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu12.04-onbuild/Dockerfile b/ubuntu12.04-onbuild/Dockerfile index c754846..20ab8a1 100644 --- a/ubuntu12.04-onbuild/Dockerfile +++ b/ubuntu12.04-onbuild/Dockerfile | |||
@@ -28,7 +28,7 @@ RUN echo "===> Adding Ansible's PPA..." && \ | |||
28 | \ | 28 | \ |
29 | \ | 29 | \ |
30 | echo "===> Adding hosts for convenience..." && \ | 30 | echo "===> Adding hosts for convenience..." && \ |
31 | echo -e '[local]\nlocalhost\n' > /etc/ansible/hosts | 31 | echo '[local]\nlocalhost\n' > /etc/ansible/hosts |
32 | 32 | ||
33 | 33 | ||
34 | COPY ansible-playbook-wrapper /usr/local/bin/ | 34 | COPY ansible-playbook-wrapper /usr/local/bin/ |