[docker-ptf]: install tacacs+ server to test tacacs (#4224)
Signed-off-by: Guohan Lu <lguohan@gmail.com>
This commit is contained in:
parent
8456aeba98
commit
1f72d2b60a
@ -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(' ') -%}
|
||||||
|
Reference in New Issue
Block a user