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: If11a1c2ae1115b585b6a44a45e9569c16856d8c4changes/18/33918/3
parent
e0a1b5b454
commit
9c8b5fa9c2
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue