We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a622e commit 5c481cbCopy full SHA for 5c481cb
Dockerfile
@@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends python3 lm-sens
5
ENV VIRTUAL_ENV=/opt/venv
6
RUN python3 -m venv $VIRTUAL_ENV
7
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
8
-RUN pip install tinytuya polars requests beautifulsoup4 selenium tzdata requests
+RUN pip install tinytuya polars requests beautifulsoup4 selenium tzdata requests sentry-sdk
9
RUN pip install fusion_solar_py[captcha]
10
RUN mkdir -p /etc/telegraf/.cache/selenium && chown -R telegraf:281 /etc/telegraf/.cache/selenium
11
RUN echo "telegraf ALL=(ALL) NOPASSWD:/usr/sbin/smartctl, /usr/bin/intel_gpu_top" >> /etc/sudoers
0 commit comments