From fbcd9a8f01735f94b8fed75e895459a47ab1c69e Mon Sep 17 00:00:00 2001 From: Frederik <5511687+fightforlife@users.noreply.github.com> Date: Sun, 2 Jan 2022 13:19:39 +0100 Subject: [PATCH] add modprobe --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index adee673..c9f7805 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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