[sonic-mgmt]: Install more azure packages (#1635)

Signed-off-by: Qi Luo <qiluo-msft@users.noreply.github.com>
This commit is contained in:
Qi Luo 2018-04-24 00:14:19 -07:00 committed by GitHub
parent 242f86d2dc
commit 0adbf782b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,8 @@ RUN pip install ipaddr \
paramiko==2.1.2 \
adal
# Install Azure Storage package
RUN pip install azure-storage
## Copy and install sonic-mgmt docker dependencies
COPY \
@ -95,4 +97,8 @@ RUN curl -L https://aka.ms/InstallAzureCliBundled -o azure-cli_bundle.tar.gz
RUN tar -xvzf azure-cli_bundle.tar.gz
RUN azure-cli_bundle_*/installer
# Known bug: azure keyvault cannot work behind a proxy
# Temporary fix: upgrade the azure-keyvault package within az cli
RUN ~/lib/azure-cli/bin/python -m pip install azure-keyvault -U
RUN git clone https://github.com/Azure/sonic-mgmt