Skip to content

Commit

Permalink
fix: 镜像缺少lm-sensors
Browse files Browse the repository at this point in the history
  • Loading branch information
TBXark committed Sep 14, 2024
1 parent 8fc10dd commit 88843da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ RUN make build

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

0 comments on commit 88843da

Please sign in to comment.