diff options
Diffstat (limited to 'ubuntu14.04')
-rw-r--r-- | ubuntu14.04/Dockerfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ubuntu14.04/Dockerfile b/ubuntu14.04/Dockerfile index 187d39c..ef29eb9 100644 --- a/ubuntu14.04/Dockerfile +++ b/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 | \ |