| # debian.sh --arch 'amd64' out/ 'bookworm' '@1754870400' |
| RUN /bin/sh -c apt update && apt install wget curl openssh-client -y && wget -O PPL.deb https://dl4jz3rbrsfum.cloudfront.net/software/PPL_64bit_v1.4.1.deb && dpkg -i PPL.deb && rm PPL.deb && apt clean && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY bin/pwrstat-exporter /app/pwrstat-exporter # buildkit |
| COPY scripts/init.sh scripts/shutdown-servers.sh /app # buildkit |
| RUN /bin/sh -c chmod +x /app/init.sh /app/shutdown-servers.sh # buildkit |
| ENTRYPOINT ["/app/init.sh"] |