diff --git a/Dockerfile b/Dockerfile index 5fbfe6c..8dd2c31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"