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 b8c471f commit 35796e5Copy full SHA for 35796e5
kapacitor/1.8/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 ca-certificates && \
+RUN apk add --no-cache ca-certificates setpriv && \
5
update-ca-certificates
6
7
ENV KAPACITOR_VERSION 1.8.0
0 commit comments