[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:
lguohan 2018-10-11 16:36:00 -07:00 committed by GitHub
parent dd5baf53f8
commit d3a9eed21e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \