diff options
Diffstat (limited to 'ubuntu16.04/Dockerfile')
-rw-r--r-- | ubuntu16.04/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ubuntu16.04/Dockerfile b/ubuntu16.04/Dockerfile index 201552e..0772f0c 100644 --- a/ubuntu16.04/Dockerfile +++ b/ubuntu16.04/Dockerfile | |||
@@ -24,6 +24,8 @@ RUN echo "===> Adding Ansible's PPA..." && \ | |||
24 | \ | 24 | \ |
25 | \ | 25 | \ |
26 | echo "===> Installing handy tools (not absolutely required)..." && \ | 26 | echo "===> Installing handy tools (not absolutely required)..." && \ |
27 | apt-get install -y python-pip && \ | ||
28 | pip install --upgrade pywinrm && \ | ||
27 | apt-get install -y sshpass openssh-client && \ | 29 | apt-get install -y sshpass openssh-client && \ |
28 | \ | 30 | \ |
29 | \ | 31 | \ |