Skip to content

Commit

Permalink
Add requests
Browse files Browse the repository at this point in the history
  • Loading branch information
FunnyPocketBook committed Oct 29, 2023
1 parent b671539 commit fbdc0b7
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 @@ 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

0 comments on commit fbdc0b7

Please sign in to comment.