Skip to content

Commit

Permalink
[docker-sonic-mgmt]: fix azure kusto library version to 0.0.13 (#2138)
Browse files Browse the repository at this point in the history
Signed-off-by: Guohan Lu <gulv@microsoft.com>
  • Loading branch information
lguohan authored Oct 11, 2018
1 parent dd5baf5 commit d3a9eed
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit d3a9eed

Please sign in to comment.