From eaf760dea1669dbedf277baa7ef94a0a6fbabeae Mon Sep 17 00:00:00 2001 From: Guohan Lu Date: Thu, 11 Oct 2018 23:30:55 +0000 Subject: [PATCH] [docker-sonic-mgmt]: fix azure kusto library version to 0.0.13 Signed-off-by: Guohan Lu --- dockers/docker-sonic-mgmt/Dockerfile.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockers/docker-sonic-mgmt/Dockerfile.j2 b/dockers/docker-sonic-mgmt/Dockerfile.j2 index 2feac5403539..aa02a701f510 100644 --- a/dockers/docker-sonic-mgmt/Dockerfile.j2 +++ b/dockers/docker-sonic-mgmt/Dockerfile.j2 @@ -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 \