[docker-ptf]: Add teamd dependency to ptf (#6994)
Signed-off-by: Ze Gan <ganze718@gmail.com>
This commit is contained in:
parent
a09a85b64a
commit
5221e68b99
@ -65,7 +65,9 @@ RUN sed --in-place 's/httpredir.debian.org/debian-archive.trafficmanager.net/' /
|
|||||||
ntpstat \
|
ntpstat \
|
||||||
ntpdate \
|
ntpdate \
|
||||||
arping \
|
arping \
|
||||||
bridge-utils
|
bridge-utils \
|
||||||
|
libteam-utils
|
||||||
|
|
||||||
|
|
||||||
RUN dpkg -i \
|
RUN dpkg -i \
|
||||||
{% for deb in docker_ptf_debs.split(' ') -%}
|
{% for deb in docker_ptf_debs.split(' ') -%}
|
||||||
|
Reference in New Issue
Block a user