Skip to content

Commit c56f74c

Browse files
authored
Merge pull request #410 from surajssd/remove-virtualenv-using-pip
base-image: Remove virtualenv installed using pip
2 parents a643b32 + 14b7431 commit c56f74c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

linux/base.Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ RUN pip3 install --upgrade sfctl \
159159
# # BEGIN: Install Ansible in isolated Virtual Environment
160160
COPY ./linux/ansible/ansible* /usr/local/bin/
161161
RUN chmod 755 /usr/local/bin/ansible* \
162-
&& pip3 install virtualenv \
163162
&& cd /opt \
164163
&& virtualenv -p python3 ansible \
165164
&& /bin/bash -c "source ansible/bin/activate && pip3 install ansible && pip3 install pywinrm\>\=0\.2\.2 && deactivate" \

0 commit comments

Comments
 (0)