From fbdc0b711dd0ac858138a84d79ec0023ed0c6a30 Mon Sep 17 00:00:00 2001 From: FunnyPocketBook Date: Sun, 29 Oct 2023 21:12:47 +0100 Subject: [PATCH] Add requests --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8dc6ba1..24f3c6d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends python3 ipmitoo ENV VIRTUAL_ENV=/opt/venv RUN python3 -m venv $VIRTUAL_ENV ENV PATH="$VIRTUAL_ENV/bin:$PATH" -RUN pip install tinytuya pandas +RUN pip install tinytuya pandas requests RUN pip install fusion_solar_py@git+https://github.com/Walzen-Group/FusionSolarPy.git RUN echo "telegraf ALL=(ALL) NOPASSWD:/usr/bin/ipmitool, /usr/sbin/smartctl" >> /etc/sudoers # RUN apk update && apk upgrade && apk add python3 && apk add ipmitool && apk add smartmontools