From 143f1dfc9cadc60ddf975cbe54ca707f1078a88e Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Wed, 23 Apr 2025 13:57:21 -0400 Subject: [PATCH] docker: add ssmping to the the ubuntu docker images ssmping is missing from our docker builds. Let's add it so that topotests can run correctly. Signed-off-by: Donald Sharp Signed-off-by: Christian Hopps --- docker/ubuntu-ci/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/ubuntu-ci/Dockerfile b/docker/ubuntu-ci/Dockerfile index 0bfcb51878..98d025e554 100644 --- a/docker/ubuntu-ci/Dockerfile +++ b/docker/ubuntu-ci/Dockerfile @@ -66,6 +66,7 @@ RUN apt update && apt upgrade -y && \ snmp \ snmp-mibs-downloader \ snmpd \ + ssmping \ sudo \ time \ tshark \ -- 2.39.5