We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb845f commit 2486e0aCopy full SHA for 2486e0a
Dockerfile.debian11
@@ -9,7 +9,7 @@ ADD create-sensu-asset /usr/bin/create-sensu-asset
9
WORKDIR /
10
11
RUN apt-get update && \
12
- 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 && \
13
curl -s -L -O https://www.monitoring-plugins.org/download/monitoring-plugins-2.3.3.tar.gz && \
14
tar xzf monitoring-plugins-2.3.3.tar.gz && \
15
cd monitoring-plugins-2.3.3 && \
0 commit comments