[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 GitHub
parent 211cff55cd
commit 3c12b32529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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