docker-wakeonlan-image/Dockerfile

5 lines
146 B
Docker
Raw Normal View History

2023-06-05 20:08:50 +00:00
FROM alpine:3
2023-06-05 20:19:32 +00:00
ADD https://github.com/sabhiram/go-wol/releases/download/v2.0.1/wol_linux_amd64 /usr/bin/wol
2023-06-05 20:21:27 +00:00
RUN chmod +x /usr/bin/wol
2023-06-05 20:19:32 +00:00
RUN wol help