We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cbf2a6 commit b22d9ebCopy full SHA for b22d9eb
stacks/flow.Dockerfile
@@ -19,7 +19,7 @@ ENV CGO_ENABLED=1
19
RUN go build -ldflags="-s -w" -o /root/peer-flow
20
21
FROM alpine:3.20 AS flow-base
22
-RUN apk add --no-cache ca-certificates geos dstat htop curl wget vim && \
+RUN apk add --no-cache ca-certificates geos sysstat htop curl wget vim && \
23
adduser -s /bin/sh -D peerdb
24
USER peerdb
25
WORKDIR /home/peerdb
0 commit comments