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 fdb205c commit 3c5e8d4Copy full SHA for 3c5e8d4
telegraf/1.35/alpine/Dockerfile
@@ -1,7 +1,7 @@
1
FROM alpine:3.22
2
3
RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
4
-RUN apk add --no-cache iputils ca-certificates net-snmp-tools procps lm_sensors tzdata su-exec libcap && \
+RUN apk add --no-cache iputils ca-certificates net-snmp-tools procps lm_sensors tzdata setpriv libcap && \
5
update-ca-certificates
6
7
ENV TELEGRAF_VERSION 1.35.1
0 commit comments