8 lines
158 B
Text
8 lines
158 B
Text
![]() |
FROM debian:stable-slim
|
||
|
|
||
|
RUN apt update && \
|
||
|
apt install -y nut-client curl
|
||
|
|
||
|
COPY ./send_upsc_data.sh /send_upsc_data.sh
|
||
|
|
||
|
RUN chmod a+x /send_upsc_data.sh
|