[201911][baseimage] Install pyroute and submodule update sonic-utilities (#6916)
Install pyroute2 need for sonic-utilities in sonic-slave-stretch docker. Submodule update of sonic-utilities to the commit 9297d5c5a00e64b5dea94a49a69cb776ac862bdc
This commit is contained in:
parent
95ec75e24e
commit
5595633008
@ -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
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit ce82ff676ce049b744ec7969a52f8625a58c7c6a
|
||||
Subproject commit 9297d5c5a00e64b5dea94a49a69cb776ac862bdc
|
Reference in New Issue
Block a user