[docker-sonic-mgmt]: Fix virtual environment bug (#4370)

This commit is contained in:
xumia 2020-04-05 09:17:55 +08:00 committed by GitHub
parent 524cf9e56a
commit 78b93a8897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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