Skip to content

Commit 3c5e8d4

Browse files
committed
chore: Install full setpriv command
1 parent fdb205c commit 3c5e8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telegraf/1.35/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine:3.22
22

33
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 && \
4+
RUN apk add --no-cache iputils ca-certificates net-snmp-tools procps lm_sensors tzdata setpriv libcap && \
55
update-ca-certificates
66

77
ENV TELEGRAF_VERSION 1.35.1

0 commit comments

Comments
 (0)