Skip to content

Commit

Permalink
add lm-sensors
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiritreader authored Jan 13, 2024
1 parent a34a20b commit 8d5d556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM telegraf:latest
# FROM telegraf:alpine

RUN apt-get update && apt-get install -y --no-install-recommends python3 smartmontools sudo python3-venv git libgl1-mesa-dev libglib2.0-0 nano
RUN apt-get update && apt-get install -y --no-install-recommends python3 lm-sensors smartmontools sudo python3-venv git libgl1-mesa-dev libglib2.0-0 nano
# RUN apt-get update && apt-get install -y --no-install-recommends python3 ipmitool smartmontools sudo python3-venv git libgl1-mesa-dev libglib2.0-0 nano
ENV VIRTUAL_ENV=/opt/venv
RUN python3 -m venv $VIRTUAL_ENV
Expand Down

0 comments on commit 8d5d556

Please sign in to comment.