Skip to content

Commit 5c481cb

Browse files
authored
Add sentry-sdk to Python package installation
1 parent 48a622e commit 5c481cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends python3 lm-sens
55
ENV VIRTUAL_ENV=/opt/venv
66
RUN python3 -m venv $VIRTUAL_ENV
77
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
8-
RUN pip install tinytuya polars requests beautifulsoup4 selenium tzdata requests
8+
RUN pip install tinytuya polars requests beautifulsoup4 selenium tzdata requests sentry-sdk
99
RUN pip install fusion_solar_py[captcha]
1010
RUN mkdir -p /etc/telegraf/.cache/selenium && chown -R telegraf:281 /etc/telegraf/.cache/selenium
1111
RUN echo "telegraf ALL=(ALL) NOPASSWD:/usr/sbin/smartctl, /usr/bin/intel_gpu_top" >> /etc/sudoers

0 commit comments

Comments
 (0)