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 8fc10dd commit 88843daCopy full SHA for 88843da
Dockerfile
@@ -6,5 +6,6 @@ RUN make build
6
7
FROM alpine:latest
8
COPY --from=builder /app/build/pve-status /main
9
+RUN apk add --no-cache lm-sensors
10
ENTRYPOINT ["/main"]
11
CMD ["--config", "/config/config.json"]
0 commit comments