Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions dockers/docker-sonic-mgmt/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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