docker-wakeonlan-image/Dockerfile
2023-06-05 20:19:32 +00:00

3 lines
120 B
Docker

FROM alpine:3
ADD https://github.com/sabhiram/go-wol/releases/download/v2.0.1/wol_linux_amd64 /usr/bin/wol
RUN wol help