dockerfile for debugging

This commit is contained in:
2025-06-04 14:45:17 -04:00
parent 80ab1b4771
commit 171bbe044d

6
Dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM debian
RUN apt-get update && \
apt-get install -y lm-sensors python3 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*