[docker-sonic-mgmt]: fix azure kusto library version to 0.0.13 (#2138)
Signed-off-by: Guohan Lu <gulv@microsoft.com>
This commit is contained in:
parent
dd5baf53f8
commit
d3a9eed21e
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user