We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a643b32 + 14b7431 commit c56f74cCopy full SHA for c56f74c
linux/base.Dockerfile
@@ -159,7 +159,6 @@ RUN pip3 install --upgrade sfctl \
159
# # BEGIN: Install Ansible in isolated Virtual Environment
160
COPY ./linux/ansible/ansible* /usr/local/bin/
161
RUN chmod 755 /usr/local/bin/ansible* \
162
- && pip3 install virtualenv \
163
&& cd /opt \
164
&& virtualenv -p python3 ansible \
165
&& /bin/bash -c "source ansible/bin/activate && pip3 install ansible && pip3 install pywinrm\>\=0\.2\.2 && deactivate" \
0 commit comments