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.
2 parents dddc1bc + 79a1801 commit ce92ae3Copy full SHA for ce92ae3
telegraf/1.5/Dockerfile
@@ -1,7 +1,7 @@
1
FROM buildpack-deps:stretch-curl
2
3
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
4
- DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends snmp procps && \
+ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends iputils-ping snmp procps && \
5
rm -rf /var/lib/apt/lists/*
6
7
RUN set -ex && \
0 commit comments