Skip to content

Commit

Permalink
[docker-sonic-mgmt]: Add the snmp tool to the sonic-mgmt docker (#4110)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
wangxin authored Feb 5, 2020
1 parent 211cff5 commit 3c12b32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockers/docker-sonic-mgmt/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN apt-get install -y \
curl \
cmake \
tcpdump \
snmp \
python-dev \
python-scapy

Expand Down

0 comments on commit 3c12b32

Please sign in to comment.