[docker-sonic-mgmt] Deprecate azure-kusto-data & azure-kusto-ingest for py2 (#12143)
Why I did it The python packages azure-kusto-data and azure-kusto-ingest packages for python2 are too old and not really used. The python3 environment has newer version of these packages installed. This change is to deprecate these two packages for python2 in docker-sonic-mgmt image. How I did it Removed the lines for installing old version of packages azure-kusto-data and azure-kusto-ingest in python2 in the Dockerfile template. Signed-off-by: Xin Wang <xiwang5@microsoft.com>
This commit is contained in:
parent
cc0781b40b
commit
f50dc28789
@ -114,10 +114,6 @@ RUN apt-get update \
|
||||
# Install Azure CLI
|
||||
RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash
|
||||
|
||||
# Install Microsoft Azure Kusto Library for Python
|
||||
RUN pip install azure-kusto-data==0.0.13 \
|
||||
azure-kusto-ingest==0.0.13
|
||||
|
||||
RUN pip install wheel==0.33.6
|
||||
|
||||
## Copy and install sonic-mgmt docker dependencies
|
||||
|
Reference in New Issue
Block a user