[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 Abhishek Dosi
parent 8456aeba98
commit 1f72d2b60a

View File

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