diff options
Diffstat (limited to 'centos7')
-rw-r--r-- | centos7/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/centos7/Dockerfile b/centos7/Dockerfile index cc2f1ef..1595de5 100644 --- a/centos7/Dockerfile +++ b/centos7/Dockerfile | |||
@@ -51,6 +51,8 @@ RUN echo "===> Enabling systemd..." && \ | |||
51 | \ | 51 | \ |
52 | \ | 52 | \ |
53 | echo "===> Installing handy tools (not absolutely required)..." && \ | 53 | echo "===> Installing handy tools (not absolutely required)..." && \ |
54 | yum -y install python-pip && \ | ||
55 | pip install --upgrade pywinrm && \ | ||
54 | yum -y install sshpass openssh-clients && \ | 56 | yum -y install sshpass openssh-clients && \ |
55 | \ | 57 | \ |
56 | \ | 58 | \ |