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 <sharpd@nvidia.com>
Signed-off-by: Christian Hopps <chopps@labn.net>
This commit is contained in:
Donald Sharp 2025-04-23 13:57:21 -04:00 committed by Christian Hopps
parent ebe3458288
commit 143f1dfc9c

View file

@ -66,6 +66,7 @@ RUN apt update && apt upgrade -y && \
snmp \
snmp-mibs-downloader \
snmpd \
ssmping \
sudo \
time \
tshark \