diff options
Diffstat (limited to 'master-centos7')
-rw-r--r-- | master-centos7/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/master-centos7/Dockerfile b/master-centos7/Dockerfile index eb120a5..8f6a5b9 100644 --- a/master-centos7/Dockerfile +++ b/master-centos7/Dockerfile | |||
@@ -51,6 +51,7 @@ RUN echo "===> Enabling systemd..." && \ | |||
51 | pip install --upgrade pip && \ | 51 | pip install --upgrade pip && \ |
52 | pip install --upgrade \ | 52 | pip install --upgrade \ |
53 | pyyaml jinja2 pycrypto paramiko httplib2 && \ | 53 | pyyaml jinja2 pycrypto paramiko httplib2 && \ |
54 | pip install --upgrade pywinrm && \ | ||
54 | \ | 55 | \ |
55 | \ | 56 | \ |
56 | echo "===> Downloading Ansible's source tree..." && \ | 57 | echo "===> Downloading Ansible's source tree..." && \ |