Skip to content

Commit

Permalink
remove reference to alpine, we use the default img now
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiritreader authored Feb 2, 2024
1 parent a8862cf commit 16ef147
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM telegraf:latest
# FROM telegraf:alpine

RUN apt-get update && apt-get install -y --no-install-recommends python3 lm-sensors nvme-cli smartmontools sudo python3-venv git libgl1-mesa-dev libglib2.0-0 nano
# RUN apt-get update && apt-get install -y --no-install-recommends python3 ipmitool smartmontools sudo python3-venv git libgl1-mesa-dev libglib2.0-0 nano
Expand All @@ -11,4 +10,3 @@ RUN pip install fusion_solar_py[captcha]@git+https://github.com/Walzen-Group/Fus
RUN mkdir -p /etc/telegraf/.cache/selenium && chown -R telegraf:281 /etc/telegraf/.cache/selenium
RUN echo "telegraf ALL=(ALL) NOPASSWD:/usr/sbin/smartctl" >> /etc/sudoers
# 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 16ef147

Please sign in to comment.