[docker-ptf]: install tacacs+ server to test tacacs (#4224)

Signed-off-by: Guohan Lu <lguohan@gmail.com>
This commit is contained in:
lguohan 2020-03-05 01:37:23 -08:00 committed by GitHub
parent ab4861deb8
commit 09c0563692
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,9 @@ RUN sed --in-place 's/httpredir.debian.org/debian-archive.trafficmanager.net/' /
python-dev \
python-libpcap \
python-scapy \
python-six
python-six \
tacacs+ \
rsyslog
RUN dpkg -i \
{% for deb in docker_ptf_debs.split(' ') -%}