From 059eb615eeb11988178df446a68f9b0d17a701fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franc=CC=A7ois=20Bonelle?= Date: Mon, 1 May 2023 17:57:50 +0200 Subject: [PATCH] Fix --- telegraf/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telegraf/Dockerfile b/telegraf/Dockerfile index 8cbe1d3..9e705a6 100755 --- a/telegraf/Dockerfile +++ b/telegraf/Dockerfile @@ -25,7 +25,7 @@ COPY rootfs / SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN DEBIAN_FRONTEND=noninteractive apt-get update && \ - DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends bash ca-certificates curl jq tzdata xz-utils iputils-ping snmp procps lm-sensors libcap2-bin && \ + DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends bash ca-certificates curl jq tzdata xz-utils iputils-ping snmp procps lm-sensors libcap2-bin wget && \ c_rehash && \ rm -rf /var/lib/apt/lists/*