Skip to content

Commit

Permalink
remove ipmi
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiritreader authored Jan 13, 2024
1 parent 3891f7b commit a34a20b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM telegraf:latest
# FROM telegraf:alpine

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
RUN apt-get update && apt-get install -y --no-install-recommends python3 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
ENV VIRTUAL_ENV=/opt/venv
RUN python3 -m venv $VIRTUAL_ENV
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
Expand Down

0 comments on commit a34a20b

Please sign in to comment.