File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ADD create-sensu-asset /usr/bin/create-sensu-asset
9
9
WORKDIR /
10
10
11
11
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 && \
13
13
curl -s -L -O https://www.monitoring-plugins.org/download/monitoring-plugins-2.3.3.tar.gz && \
14
14
tar xzf monitoring-plugins-2.3.3.tar.gz && \
15
15
cd monitoring-plugins-2.3.3 && \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ADD create-sensu-asset /usr/bin/create-sensu-asset
9
9
WORKDIR /
10
10
11
11
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 && \
13
13
curl -s -L -O https://www.monitoring-plugins.org/download/monitoring-plugins-2.3.3.tar.gz && \
14
14
tar xzf monitoring-plugins-2.3.3.tar.gz && \
15
15
cd monitoring-plugins-2.3.3 && \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ADD create-sensu-asset /usr/bin/create-sensu-asset
9
9
WORKDIR /
10
10
11
11
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 && \
13
13
curl -s -L -O https://www.monitoring-plugins.org/download/monitoring-plugins-2.3.3.tar.gz && \
14
14
tar xzf monitoring-plugins-2.3.3.tar.gz && \
15
15
cd monitoring-plugins-2.3.3 && \
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ WORKDIR /
11
11
ENV DEBIAN_FRONTEND noninteractive
12
12
13
13
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 && \
15
15
curl -s -L -O https://www.monitoring-plugins.org/download/monitoring-plugins-2.3.3.tar.gz && \
16
16
tar xzf monitoring-plugins-2.3.3.tar.gz && \
17
17
cd monitoring-plugins-2.3.3 && \
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ WORKDIR /
11
11
ENV DEBIAN_FRONTEND noninteractive
12
12
13
13
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 && \
15
15
curl -s -L -O https://www.monitoring-plugins.org/download/monitoring-plugins-2.3.3.tar.gz && \
16
16
tar xzf monitoring-plugins-2.3.3.tar.gz && \
17
17
cd monitoring-plugins-2.3.3 && \
You can’t perform that action at this time.
0 commit comments