]> git.immae.eu Git - github/fretlink/docker-ansible.git/blobdiff - 1.9-alpine3/Dockerfile
Add: `git` for onbuild variants; handy tools for others.
[github/fretlink/docker-ansible.git] / 1.9-alpine3 / Dockerfile
index a6367b71ed6692f0456688df97b5adec03a7cd5c..4aae495e6ef1933611b04130bcc3f6d867aa4396 100644 (file)
@@ -23,6 +23,10 @@ RUN echo "===> Adding Python runtime..."  && \
     pip install ansible==1.9.4         && \
     \
     \
+    echo "===> Installing handy tools (not absolutely required)..."  && \
+    apk --update add sshpass openssh-client  && \
+    \
+    \
     echo "===> Removing package list..."  && \
     apk del build-dependencies            && \
     rm -rf /var/cache/apk/*               && \