aboutsummaryrefslogtreecommitdiffhomepage
path: root/ubuntu14.04/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu14.04/Dockerfile')
-rw-r--r--ubuntu14.04/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu14.04/Dockerfile b/ubuntu14.04/Dockerfile
index e38b12c..99dd21f 100644
--- a/ubuntu14.04/Dockerfile
+++ b/ubuntu14.04/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 '[local]\nlocalhost\n' > /etc/ansible/hosts 31 echo -e '[local]\nlocalhost\n' > /etc/ansible/hosts
32 32
33 33
34# default command: display Ansible version 34# default command: display Ansible version