Added new pip packages, required by kube.py (kubernetes CLI). (#4884)
This commit is contained in:
parent
002335a3d5
commit
7c30949758
@ -53,6 +53,9 @@ RUN pip install py2_ipaddress
|
||||
RUN pip install six
|
||||
RUN pip install pyroute2==0.5.3 netifaces==0.10.7
|
||||
RUN pip install monotonic==1.5
|
||||
RUN pip install urllib3
|
||||
RUN pip install requests
|
||||
RUN pip install crontab
|
||||
|
||||
{% if docker_sonic_vs_debs.strip() -%}
|
||||
# Copy locally-built Debian package dependencies
|
||||
|
Reference in New Issue
Block a user