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 --- debian8/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debian8/Dockerfile') diff --git a/debian8/Dockerfile b/debian8/Dockerfile index 1a30239..37a7219 100644 --- a/debian8/Dockerfile +++ b/debian8/Dockerfile @@ -26,6 +26,10 @@ RUN echo "===> Installing python, sudo, and supporting tools..." && \ pip install ansible && \ \ \ + echo "===> Installing handy tools (not absolutely required)..." && \ + apt-get install -y sshpass openssh-client && \ + \ + \ echo "===> Removing unused APT resources..." && \ apt-get -f -y --auto-remove remove \ gcc python-pip python-dev libffi-dev libssl-dev && \ -- cgit v1.2.3