diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..bf0aa26 --- /dev/null +++ b/Dockerfile @@ -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/* \ No newline at end of file