From 1ecd4b6c5d095b59635b586a32235dc33f03c2f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franc=CC=A7ois=20Bonelle?= Date: Mon, 1 May 2023 18:00:47 +0200 Subject: [PATCH] Fix --- telegraf/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telegraf/Dockerfile b/telegraf/Dockerfile index 9e705a6..d0c6663 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 wget && \ + 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 gnupg && \ c_rehash && \ rm -rf /var/lib/apt/lists/*