mirror of
https://github.com/unixtensor/proxmox-ntfy.git
synced 2025-06-28 04:18:06 +00:00
6 lines
138 B
Docker
6 lines
138 B
Docker
FROM debian
|
|
|
|
RUN apt-get update && \
|
|
apt-get install -y lm-sensors python3 && \
|
|
apt-get clean && \
|
|
rm -rf /var/lib/apt/lists/* |