Skip to content

Commit

Permalink
[docker-sonic-mgmt]: Fix virtual environment bug (sonic-net#4370)
Browse files Browse the repository at this point in the history
  • Loading branch information
xumia authored and samaity committed Aug 6, 2020
1 parent 224c39e commit a12b5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockers/docker-sonic-mgmt/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ RUN azure-cli_bundle_*/installer
RUN ~/lib/azure-cli/bin/python -m pip install azure-keyvault==0.3.7 -U

# Install Virtual Environment
RUN python -m virtualenv --system-site-packages env-201803
RUN python -m virtualenv --system-site-packages env-201811
RUN env-201811/bin/pip install ansible==2.0.0.2

RUN git clone https://github.com/Azure/sonic-mgmt

0 comments on commit a12b5f9

Please sign in to comment.