FROM python:latest

RUN apt update && apt install -y lm-sensors watch stress
RUN pip install glances bottle statsd pysnmp

COPY glances.conf /etc/glances/glances.conf

CMD glances -w