Skip to content

Commit

Permalink
Added new pip packages, required by kube.py (kubernetes CLI). (sonic-…
Browse files Browse the repository at this point in the history
  • Loading branch information
renukamanavalan authored and qiluo-msft committed Jul 12, 2020
1 parent 002335a commit 7c30949
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions platform/vs/docker-sonic-vs/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c30949

Please sign in to comment.