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

This commit is contained in:
xumia 2020-04-05 09:17:55 +08:00 committed by rlhui
parent d28945987c
commit 276310dceb

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