]> git.immae.eu Git - github/fretlink/docker-ansible.git/blobdiff - alpine3/Dockerfile
Add: `git` for onbuild variants; handy tools for others.
[github/fretlink/docker-ansible.git] / alpine3 / Dockerfile
index 517484be08d15de6f4dfdff2495f3c52ae07c651..cb3bd661b80a684071857087a1f6f70cd1bdfa67 100644 (file)
@@ -23,6 +23,10 @@ RUN echo "===> Adding Python runtime..."  && \
     pip install ansible                && \
     \
     \
+    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/*               && \