Skip to content

Commit 35796e5

Browse files
committed
chore: Install full setpriv command
1 parent b8c471f commit 35796e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kapacitor/1.8/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 ca-certificates && \
4+
RUN apk add --no-cache ca-certificates setpriv && \
55
update-ca-certificates
66

77
ENV KAPACITOR_VERSION 1.8.0

0 commit comments

Comments
 (0)