[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
|
paramiko==2.1.2
|
||||||
|
|
||||||
# Install Microsoft Azure Kusto Library for Python
|
# Install Microsoft Azure Kusto Library for Python
|
||||||
RUN pip install azure-kusto-data \
|
RUN pip install azure-kusto-data==0.0.13 \
|
||||||
azure-kusto-ingest
|
azure-kusto-ingest==0.0.13
|
||||||
|
|
||||||
## Copy and install sonic-mgmt docker dependencies
|
## Copy and install sonic-mgmt docker dependencies
|
||||||
COPY \
|
COPY \
|
||||||
|
Loading…
Reference in New Issue
Block a user