From 8e6f0d80f6c591763b99028b2d991aafa5e02b07 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Thu, 18 Oct 2018 11:32:00 +0200 Subject: [PATCH] Dockerfile: Use iputils-ping instead of inetutils-ping, install strace Signed-off-by: Christian Franke --- tests/topotests/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/topotests/Dockerfile b/tests/topotests/Dockerfile index d6a395a948..d7b2cae354 100644 --- a/tests/topotests/Dockerfile +++ b/tests/topotests/Dockerfile @@ -9,8 +9,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \ flex \ gdb \ git \ - inetutils-ping \ install-info \ + iputils-ping \ iproute2 \ less \ libtool \ @@ -24,6 +24,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \ python-pip \ python-sphinx \ rsync \ + strace \ tcpdump \ texinfo \ tmux \ -- 2.39.5