Skip to content

Commit 9498833

Browse files
committed
add iputils-ping to all debian-based distros
1 parent f448675 commit 9498833

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Dockerfile.debian10

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ADD create-sensu-asset /usr/bin/create-sensu-asset
99
WORKDIR /
1010

1111
RUN apt-get update && \
12-
apt-get install -y build-essential curl libexpat1-dev openssl libssl-dev libz-dev snmp dnsutils procps && \
12+
apt-get install -y build-essential curl libexpat1-dev openssl libssl-dev libz-dev snmp dnsutils procps iputils-ping && \
1313
curl -s -L -O https://www.monitoring-plugins.org/download/monitoring-plugins-2.3.3.tar.gz && \
1414
tar xzf monitoring-plugins-2.3.3.tar.gz && \
1515
cd monitoring-plugins-2.3.3 && \

Dockerfile.raspberrypi64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ADD create-sensu-asset /usr/bin/create-sensu-asset
99
WORKDIR /
1010

1111
RUN apt-get update && \
12-
apt-get install -y build-essential curl libexpat1-dev openssl libssl-dev libz-dev snmp dnsutils procps gcc-aarch64-linux-gnu && \
12+
apt-get install -y build-essential curl libexpat1-dev openssl libssl-dev libz-dev snmp dnsutils procps iputils-ping gcc-aarch64-linux-gnu && \
1313
curl -s -L -O https://www.monitoring-plugins.org/download/monitoring-plugins-2.3.3.tar.gz && \
1414
tar xzf monitoring-plugins-2.3.3.tar.gz && \
1515
cd monitoring-plugins-2.3.3 && \

Dockerfile.ubuntu1804

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ADD create-sensu-asset /usr/bin/create-sensu-asset
99
WORKDIR /
1010

1111
RUN apt-get update && \
12-
apt-get install -y build-essential curl libexpat1-dev openssl libssl-dev libz-dev snmp dnsutils procps && \
12+
apt-get install -y build-essential curl libexpat1-dev openssl libssl-dev libz-dev snmp dnsutils procps iputils-ping && \
1313
curl -s -L -O https://www.monitoring-plugins.org/download/monitoring-plugins-2.3.3.tar.gz && \
1414
tar xzf monitoring-plugins-2.3.3.tar.gz && \
1515
cd monitoring-plugins-2.3.3 && \

Dockerfile.ubuntu2004

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ WORKDIR /
1111
ENV DEBIAN_FRONTEND noninteractive
1212

1313
RUN apt-get update && \
14-
apt-get install -y build-essential curl libexpat1-dev openssl libssl-dev libz-dev snmp dnsutils procps && \
14+
apt-get install -y build-essential curl libexpat1-dev openssl libssl-dev libz-dev snmp dnsutils procps iputils-ping && \
1515
curl -s -L -O https://www.monitoring-plugins.org/download/monitoring-plugins-2.3.3.tar.gz && \
1616
tar xzf monitoring-plugins-2.3.3.tar.gz && \
1717
cd monitoring-plugins-2.3.3 && \

Dockerfile.ubuntu2204

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ WORKDIR /
1111
ENV DEBIAN_FRONTEND noninteractive
1212

1313
RUN apt-get update && \
14-
apt-get install -y build-essential curl libexpat1-dev openssl libssl-dev libz-dev snmp dnsutils procps && \
14+
apt-get install -y build-essential curl libexpat1-dev openssl libssl-dev libz-dev snmp dnsutils procps iputils-ping && \
1515
curl -s -L -O https://www.monitoring-plugins.org/download/monitoring-plugins-2.3.3.tar.gz && \
1616
tar xzf monitoring-plugins-2.3.3.tar.gz && \
1717
cd monitoring-plugins-2.3.3 && \

0 commit comments

Comments
 (0)