FROM telegraf:latest RUN apt-get update && \ apt-get install -y ipmitool && \ apt-get clean && \ rm -rf /var/lib/apt/lists/*