aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-07-25 12:38:02 +0200
committerlaforge <laforge@osmocom.org>2023-07-25 15:22:45 +0000
commit9c8b5fa9c2f790a1ed6b2e4866fa423af0443f3e (patch)
treed9ff35fa035d93be1e7ec70b6823668ec66d8a46
parente0a1b5b454ae7425e317909722b6b5c268a022dc (diff)
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
-rw-r--r--debian-bullseye-titan-master/Dockerfile2
-rw-r--r--debian-bullseye-titan/Dockerfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian-bullseye-titan-master/Dockerfile b/debian-bullseye-titan-master/Dockerfile
index 1acfb73..a7ec65d 100644
--- a/debian-bullseye-titan-master/Dockerfile
+++ b/debian-bullseye-titan-master/Dockerfile
@@ -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 \
diff --git a/debian-bullseye-titan/Dockerfile b/debian-bullseye-titan/Dockerfile
index 7bf180f..2274cc4 100644
--- a/debian-bullseye-titan/Dockerfile
+++ b/debian-bullseye-titan/Dockerfile
@@ -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 \