]> git.immae.eu Git - github/fretlink/docker-ansible.git/blobdiff - ubuntu14.04/Dockerfile
Add: `git` for onbuild variants; handy tools for others.
[github/fretlink/docker-ansible.git] / ubuntu14.04 / Dockerfile
index 187d39cab503df0244d00a355c67754b76434eba..ef29eb9e4daa8982894343a8fae75beef63fdcbb 100644 (file)
@@ -23,6 +23,10 @@ RUN echo "===> Adding Ansible's PPA..."  && \
     apt-get install -y ansible  && \
     \
     \
+    echo "===> Installing handy tools (not absolutely required)..."  && \
+    apt-get install -y sshpass openssh-client  && \
+    \
+    \
     echo "===> Removing Ansible PPA..."  && \
     rm -rf /var/lib/apt/lists/*  /etc/apt/sources.list.d/ansible.list  && \
     \