X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=debian8%2FDockerfile;fp=debian8%2FDockerfile;h=37a7219a78148dfb94c5ee35efd6407910e885ac;hb=b1f3718d07a6a68116eb98bcb2156af7b39c2259;hp=1a3023973dde8fc44d3e7912411bc85f298d4a6b;hpb=d707bce5e4201a69438ba58c6500346999fa68df;p=github%2Ffretlink%2Fdocker-ansible.git diff --git a/debian8/Dockerfile b/debian8/Dockerfile index 1a30239..37a7219 100644 --- a/debian8/Dockerfile +++ b/debian8/Dockerfile @@ -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 && \