[docker-sonic-mgmt]: Fix virtual environment bug (#4370)
This commit is contained in:
parent
d28945987c
commit
276310dceb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user