[docker-ptf]: Add teamd dependency to ptf (#6994)

Signed-off-by: Ze Gan <ganze718@gmail.com>
This commit is contained in:
Ze Gan 2021-03-11 01:11:23 +08:00 committed by GitHub
parent a09a85b64a
commit 5221e68b99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,9 @@ RUN sed --in-place 's/httpredir.debian.org/debian-archive.trafficmanager.net/' /
ntpstat \
ntpdate \
arping \
bridge-utils
bridge-utils \
libteam-utils
RUN dpkg -i \
{% for deb in docker_ptf_debs.split(' ') -%}