Skip to content

Commit

Permalink
remove hddtemp, deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
fightforlife authored Jun 25, 2023
1 parent d0dfc27 commit 2870757
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ FROM python:slim
RUN apt-get update

#install needed packages
RUN apt-get install -y smartmontools hdparm hddtemp fancontrol lm-sensors kmod git
#hddtemp package is deprecated as of debian bookworm, see https://groups.google.com/g/linux.debian.bugs.dist/c/fRxG4xEJQUs
RUN apt-get install -y smartmontools hdparm fancontrol lm-sensors kmod git

#install hddfancontrol
RUN pip3 install setuptools
Expand Down

0 comments on commit 2870757

Please sign in to comment.