mirror of
https://github.com/unixtensor/proxmox-ntfy.git
synced 2025-06-27 23:28:05 +00:00
dockerfile for debugging
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal 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/*
|
Reference in New Issue
Block a user