Skip to content

Commit

Permalink
[201911][baseimage] Install pyroute and submodule update sonic-utilit…
Browse files Browse the repository at this point in the history
…ies (#6916)

Install pyroute2 need for sonic-utilities in sonic-slave-stretch docker.
Submodule update of sonic-utilities to the commit 9297d5c5a00e64b5dea94a49a69cb776ac862bdc
  • Loading branch information
arlakshm authored Feb 28, 2021
1 parent 95ec75e commit 5595633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sonic-slave-stretch/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ RUN pip install j2cli==0.3.10
# Remove python-click 6.6
RUN apt-get purge -y python-click
# For sonic utilities testing
RUN pip install click-default-group click natsort tabulate netifaces==0.10.7 fastentrypoints
RUN pip install click-default-group click natsort tabulate netifaces==0.10.7 fastentrypoints pyroute2==0.5.14

# For sonic snmpagent build and mock testing
RUN pip3 install -U setuptools
Expand Down
2 changes: 1 addition & 1 deletion src/sonic-utilities

0 comments on commit 5595633

Please sign in to comment.