From: Donald Sharp Date: Wed, 23 Apr 2025 17:57:21 +0000 (-0400) Subject: docker: add ssmping to the the ubuntu docker images X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F18652%2Fhead;p=mirror%2Ffrr.git 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 --- 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 \