]> git.immae.eu Git - github/fretlink/docker-ansible.git/blobdiff - alpine3/Dockerfile
Add: Windows managed node support via "pywinrm".
[github/fretlink/docker-ansible.git] / alpine3 / Dockerfile
index f99b7fca42a0b8520f1a2114295eaeebde3024b5..74a8dcd01eb129e06b1daf5ea823596ce50c4e88 100644 (file)
@@ -7,7 +7,7 @@
 
 
 # pull base image
-FROM alpine:3.4
+FROM alpine:3.6
 
 MAINTAINER William Yeh <william.pjyeh@gmail.com>
 
@@ -28,6 +28,7 @@ RUN echo "===> Installing sudo to emulate normal OS behavior..."  && \
     \
     \
     echo "===> Installing handy tools (not absolutely required)..."  && \
+    pip install --upgrade pywinrm                  && \
     apk --update add sshpass openssh-client rsync  && \
     \
     \