debian-bullseye-titan-*/Dockerfile: Replace inetutils-ping with iputils-ping

iCurrently we install inetutils-ping in some docker images and
iputils-ping in others; let's make it more uniform to avoid running
different implementations in different images.
The iputils-ping provides further linux-specific features, such as the
"-I interface" param, which is used by some images, so let's pick that
one everywhere.

Change-Id: If11a1c2ae1115b585b6a44a45e9569c16856d8c4
changes/18/33918/3
Pau Espin 2023-07-25 12:38:02 +02:00 committed by laforge
parent e0a1b5b454
commit 9c8b5fa9c2
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ RUN apt-get update && \
DEBIAN_FRONTEND='noninteractive' apt-get install -y --no-install-recommends --no-install-suggests \
build-essential \
git \
inetutils-ping \
iputils-ping \
netcat-openbsd \
procps \
python3-pip \

View File

@ -23,7 +23,7 @@ RUN apt-get update && \
DEBIAN_FRONTEND='noninteractive' apt-get install -y --no-install-recommends --no-install-suggests \
build-essential \
git \
inetutils-ping \
iputils-ping \
netcat-openbsd \
procps \
python3-pip \