Skip to content

Commit

Permalink
add modprobe
Browse files Browse the repository at this point in the history
  • Loading branch information
fightforlife authored Jan 2, 2022
1 parent 0f31285 commit fbcd9a8
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
Expand Up @@ -5,7 +5,7 @@ FROM python:slim-buster
RUN apt-get update

#install needed packages
RUN apt-get install -y smartmontools hdparm hddtemp fancontrol lm-sensors
RUN apt-get install -y smartmontools hdparm hddtemp fancontrol lm-sensors kmod

#install hddfancontrol
RUN pip3 install hddfancontrol
Expand Down

0 comments on commit fbcd9a8

Please sign in to comment.