[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:
parent
211cff55cd
commit
3c12b32529
@ -23,6 +23,7 @@ RUN apt-get install -y \
|
|||||||
curl \
|
curl \
|
||||||
cmake \
|
cmake \
|
||||||
tcpdump \
|
tcpdump \
|
||||||
|
snmp \
|
||||||
python-dev \
|
python-dev \
|
||||||
python-scapy
|
python-scapy
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user