]> git.immae.eu Git - github/fretlink/docker-ansible.git/blobdiff - 1.9-debian8/Dockerfile
Add: `git` for onbuild variants; handy tools for others.
[github/fretlink/docker-ansible.git] / 1.9-debian8 / Dockerfile
index c76477dce44664603fd0b92e41174c9bb11a8a9e..416da2cdd7c94c0b05861207d015c0af78cfe98e 100644 (file)
@@ -26,6 +26,10 @@ RUN echo "===> Installing python, sudo, and supporting tools..."  && \
     pip install ansible==1.9.4          && \
     \
     \
+    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  && \