diff options
Diffstat (limited to 'alpine3')
-rw-r--r-- | alpine3/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alpine3/Dockerfile b/alpine3/Dockerfile index d156f30..28550b2 100644 --- a/alpine3/Dockerfile +++ b/alpine3/Dockerfile | |||
@@ -29,7 +29,7 @@ RUN echo "===> Adding Python runtime..." && \ | |||
29 | \ | 29 | \ |
30 | echo "===> Adding hosts for convenience..." && \ | 30 | echo "===> Adding hosts for convenience..." && \ |
31 | mkdir -p /etc/ansible && \ | 31 | mkdir -p /etc/ansible && \ |
32 | echo -e '[local]\nlocalhost\n' > /etc/ansible/hosts | 32 | echo 'localhost' > /etc/ansible/hosts |
33 | 33 | ||
34 | 34 | ||
35 | # default command: display Ansible version | 35 | # default command: display Ansible version |