mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 11:18:52 +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 \
|
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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user