mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
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:
parent
ebe3458288
commit
143f1dfc9c
|
@ -66,6 +66,7 @@ RUN apt update && apt upgrade -y && \
|
|||
snmp \
|
||||
snmp-mibs-downloader \
|
||||
snmpd \
|
||||
ssmping \
|
||||
sudo \
|
||||
time \
|
||||
tshark \
|
||||
|
|
Loading…
Reference in a new issue