diff options
Diffstat (limited to '1.9-debian8')
-rw-r--r-- | 1.9-debian8/Dockerfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/1.9-debian8/Dockerfile b/1.9-debian8/Dockerfile index c76477d..416da2c 100644 --- a/1.9-debian8/Dockerfile +++ b/1.9-debian8/Dockerfile | |||
@@ -26,6 +26,10 @@ RUN echo "===> Installing python, sudo, and supporting tools..." && \ | |||
26 | pip install ansible==1.9.4 && \ | 26 | pip install ansible==1.9.4 && \ |
27 | \ | 27 | \ |
28 | \ | 28 | \ |
29 | echo "===> Installing handy tools (not absolutely required)..." && \ | ||
30 | apt-get install -y sshpass openssh-client && \ | ||
31 | \ | ||
32 | \ | ||
29 | echo "===> Removing unused APT resources..." && \ | 33 | echo "===> Removing unused APT resources..." && \ |
30 | apt-get -f -y --auto-remove remove \ | 34 | apt-get -f -y --auto-remove remove \ |
31 | gcc python-pip python-dev libffi-dev libssl-dev && \ | 35 | gcc python-pip python-dev libffi-dev libssl-dev && \ |