]> git.immae.eu Git - github/fretlink/docker-ansible.git/blobdiff - debian8/Dockerfile
Add: `git` for onbuild variants; handy tools for others.
[github/fretlink/docker-ansible.git] / debian8 / Dockerfile
index 1a3023973dde8fc44d3e7912411bc85f298d4a6b..37a7219a78148dfb94c5ee35efd6407910e885ac 100644 (file)
@@ -26,6 +26,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  && \