aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian7/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'debian7/Dockerfile')
-rw-r--r--debian7/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian7/Dockerfile b/debian7/Dockerfile
index e6d795e..73ea5d9 100644
--- a/debian7/Dockerfile
+++ b/debian7/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
38# default command: display Ansible version 38# default command: display Ansible version