mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 13:21:22 +00:00
Dockerfile: Use iputils-ping instead of inetutils-ping, install strace
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
This commit is contained in:
parent
7b75f8cce3
commit
8e6f0d80f6
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user