From b1f3718d07a6a68116eb98bcb2156af7b39c2259 Mon Sep 17 00:00:00 2001 From: William Yeh Date: Tue, 14 Jun 2016 15:59:32 +0800 Subject: Add: `git` for onbuild variants; handy tools for others. @see https://github.com/William-Yeh/docker-ansible/issues/18 @see https://github.com/William-Yeh/docker-ansible/issues/20 --- ubuntu14.04/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ubuntu14.04') 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..." && \ apt-get install -y ansible && \ \ \ + echo "===> Installing handy tools (not absolutely required)..." && \ + apt-get install -y sshpass openssh-client && \ + \ + \ echo "===> Removing Ansible PPA..." && \ rm -rf /var/lib/apt/lists/* /etc/apt/sources.list.d/ansible.list && \ \ -- cgit v1.2.3