Skip to content

Commit

Permalink
add iputils-ping to all debian-based distros
Browse files Browse the repository at this point in the history
  • Loading branch information
jsadowyj committed Mar 13, 2024
1 parent f448675 commit 9498833
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.debian10
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ADD create-sensu-asset /usr/bin/create-sensu-asset
WORKDIR /

RUN apt-get update && \
apt-get install -y build-essential curl libexpat1-dev openssl libssl-dev libz-dev snmp dnsutils procps && \
apt-get install -y build-essential curl libexpat1-dev openssl libssl-dev libz-dev snmp dnsutils procps iputils-ping && \
curl -s -L -O https://www.monitoring-plugins.org/download/monitoring-plugins-2.3.3.tar.gz && \
tar xzf monitoring-plugins-2.3.3.tar.gz && \
cd monitoring-plugins-2.3.3 && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.raspberrypi64
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ADD create-sensu-asset /usr/bin/create-sensu-asset
WORKDIR /

RUN apt-get update && \
apt-get install -y build-essential curl libexpat1-dev openssl libssl-dev libz-dev snmp dnsutils procps gcc-aarch64-linux-gnu && \
apt-get install -y build-essential curl libexpat1-dev openssl libssl-dev libz-dev snmp dnsutils procps iputils-ping gcc-aarch64-linux-gnu && \
curl -s -L -O https://www.monitoring-plugins.org/download/monitoring-plugins-2.3.3.tar.gz && \
tar xzf monitoring-plugins-2.3.3.tar.gz && \
cd monitoring-plugins-2.3.3 && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu1804
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ADD create-sensu-asset /usr/bin/create-sensu-asset
WORKDIR /

RUN apt-get update && \
apt-get install -y build-essential curl libexpat1-dev openssl libssl-dev libz-dev snmp dnsutils procps && \
apt-get install -y build-essential curl libexpat1-dev openssl libssl-dev libz-dev snmp dnsutils procps iputils-ping && \
curl -s -L -O https://www.monitoring-plugins.org/download/monitoring-plugins-2.3.3.tar.gz && \
tar xzf monitoring-plugins-2.3.3.tar.gz && \
cd monitoring-plugins-2.3.3 && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu2004
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WORKDIR /
ENV DEBIAN_FRONTEND noninteractive

RUN apt-get update && \
apt-get install -y build-essential curl libexpat1-dev openssl libssl-dev libz-dev snmp dnsutils procps && \
apt-get install -y build-essential curl libexpat1-dev openssl libssl-dev libz-dev snmp dnsutils procps iputils-ping && \
curl -s -L -O https://www.monitoring-plugins.org/download/monitoring-plugins-2.3.3.tar.gz && \
tar xzf monitoring-plugins-2.3.3.tar.gz && \
cd monitoring-plugins-2.3.3 && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu2204
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WORKDIR /
ENV DEBIAN_FRONTEND noninteractive

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

0 comments on commit 9498833

Please sign in to comment.