Skip to content

Commit 88843da

Browse files
committed
fix: 镜像缺少lm-sensors
1 parent 8fc10dd commit 88843da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ RUN make build
66

77
FROM alpine:latest
88
COPY --from=builder /app/build/pve-status /main
9+
RUN apk add --no-cache lm-sensors
910
ENTRYPOINT ["/main"]
1011
CMD ["--config", "/config/config.json"]

0 commit comments

Comments
 (0)