From b98c1237a421b04ba5b093f93f4c7cbd64e4acc8 Mon Sep 17 00:00:00 2001 From: Xin Wang Date: Wed, 5 Feb 2020 11:28:03 +0800 Subject: [PATCH] Add the snmp tool to the sonic-mgmt docker 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 --- dockers/docker-sonic-mgmt/Dockerfile.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/dockers/docker-sonic-mgmt/Dockerfile.j2 b/dockers/docker-sonic-mgmt/Dockerfile.j2 index 8c02a58aa2c0..662f781dc7c0 100644 --- a/dockers/docker-sonic-mgmt/Dockerfile.j2 +++ b/dockers/docker-sonic-mgmt/Dockerfile.j2 @@ -23,6 +23,7 @@ RUN apt-get install -y \ curl \ cmake \ tcpdump \ + snmp \ python-dev \ python-scapy