5 lines
89 B
Docker
5 lines
89 B
Docker
FROM python:latest
|
|
|
|
RUN apt update && apt install -y lm-sensors watch
|
|
|
|
CMD sleep infinity |