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