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