[docker-sonic-mgmt]: Add the snmp tool to the sonic-mgmt docker (#4110)

The snmp tool is required for interacting with certain type
of PDU hosts in platform PSU/power related testing. This
change is to have the snmp tool pre-built in the sonic-mgmt
docker image.

Signed-off-by: Xin Wang <xinw@mellanox.com>
This commit is contained in:
Xin Wang 2020-02-05 17:08:27 +08:00 committed by rlhui
parent 5310b0946d
commit db15b88bfc

View File

@ -23,6 +23,7 @@ RUN apt-get install -y \
curl \
cmake \
tcpdump \
snmp \
python-dev \
python-scapy