aboutsummaryrefslogtreecommitdiffhomepage
path: root/1.9-ubuntu14.04/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '1.9-ubuntu14.04/Dockerfile')
-rw-r--r--1.9-ubuntu14.04/Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/1.9-ubuntu14.04/Dockerfile b/1.9-ubuntu14.04/Dockerfile
index 5791f1c..42c3ac4 100644
--- a/1.9-ubuntu14.04/Dockerfile
+++ b/1.9-ubuntu14.04/Dockerfile
@@ -23,6 +23,10 @@ RUN echo "===> Adding Ansible's PPA..." && \
23 apt-get install -y ansible && \ 23 apt-get install -y ansible && \
24 \ 24 \
25 \ 25 \
26 echo "===> Installing handy tools (not absolutely required)..." && \
27 apt-get install -y sshpass openssh-client && \
28 \
29 \
26 echo "===> Removing Ansible PPA..." && \ 30 echo "===> Removing Ansible PPA..." && \
27 rm -rf /var/lib/apt/lists/* /etc/apt/sources.list.d/ansible.list && \ 31 rm -rf /var/lib/apt/lists/* /etc/apt/sources.list.d/ansible.list && \
28 \ 32 \