Skip to content

Commit d3a9eed

Browse files
authored
[docker-sonic-mgmt]: fix azure kusto library version to 0.0.13 (#2138)
Signed-off-by: Guohan Lu <[email protected]>
1 parent dd5baf5 commit d3a9eed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockers/docker-sonic-mgmt/Dockerfile.j2

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ RUN pip install ipaddr \
4848
paramiko==2.1.2
4949

5050
# Install Microsoft Azure Kusto Library for Python
51-
RUN pip install azure-kusto-data \
52-
azure-kusto-ingest
51+
RUN pip install azure-kusto-data==0.0.13 \
52+
azure-kusto-ingest==0.0.13
5353

5454
## Copy and install sonic-mgmt docker dependencies
5555
COPY \

0 commit comments

Comments
 (0)