Skip to content

Commit 2486e0a

Browse files
committed
add iputils-ping dependency
1 parent 8fb845f commit 2486e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.debian11

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 && \

0 commit comments

Comments
 (0)