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