Skip to content

Commit 79a1801

Browse files
committed
Use iputils-ping in Telegraf debian docker image
1 parent dddc1bc commit 79a1801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telegraf/1.5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM buildpack-deps:stretch-curl
22

33
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
4-
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends snmp procps && \
4+
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends iputils-ping snmp procps && \
55
rm -rf /var/lib/apt/lists/*
66

77
RUN set -ex && \

0 commit comments

Comments
 (0)