Dockerfile: Use iputils-ping instead of inetutils-ping, install strace

Signed-off-by: Christian Franke <chris@opensourcerouting.org>
This commit is contained in:
Christian Franke 2018-10-18 11:32:00 +02:00
parent 7b75f8cce3
commit 8e6f0d80f6

View File

@ -9,8 +9,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \
flex \ flex \
gdb \ gdb \
git \ git \
inetutils-ping \
install-info \ install-info \
iputils-ping \
iproute2 \ iproute2 \
less \ less \
libtool \ libtool \
@ -24,6 +24,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
python-pip \ python-pip \
python-sphinx \ python-sphinx \
rsync \ rsync \
strace \
tcpdump \ tcpdump \
texinfo \ texinfo \
tmux \ tmux \