Skip to content

Commit b22d9eb

Browse files
committed
replace dstat with sysstat
1 parent 1cbf2a6 commit b22d9eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stacks/flow.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ENV CGO_ENABLED=1
1919
RUN go build -ldflags="-s -w" -o /root/peer-flow
2020

2121
FROM alpine:3.20 AS flow-base
22-
RUN apk add --no-cache ca-certificates geos dstat htop curl wget vim && \
22+
RUN apk add --no-cache ca-certificates geos sysstat htop curl wget vim && \
2323
adduser -s /bin/sh -D peerdb
2424
USER peerdb
2525
WORKDIR /home/peerdb

0 commit comments

Comments
 (0)