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
4 changes: 2 additions & 2 deletions dockers/docker-sonic-mgmt/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ RUN pip install ipaddr \
paramiko==2.1.2

# Install Microsoft Azure Kusto Library for Python
RUN pip install azure-kusto-data \
azure-kusto-ingest
RUN pip install azure-kusto-data==0.0.13 \
azure-kusto-ingest==0.0.13

## Copy and install sonic-mgmt docker dependencies
COPY \
Expand Down