]> git.immae.eu Git - github/fretlink/docker-ansible.git/blobdiff - debian7/Dockerfile
Add: `git` for onbuild variants; handy tools for others.
[github/fretlink/docker-ansible.git] / debian7 / Dockerfile
index 25cc25b46ab4978cd2864f2cdd03b4dec3af6055..743d063f3b2f440e2a506810e5545710219a698a 100644 (file)
@@ -25,6 +25,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  && \