2023-06-05 20:08:50 +00:00
|
|
|
FROM alpine:3
|
2023-06-06 07:08:07 +00:00
|
|
|
RUN apk add libc6-compat
|
2023-06-05 20:25:06 +00:00
|
|
|
ADD https://github.com/sabhiram/go-wol/releases/download/v2.0.1/wol_linux_amd64 /bin/wol
|
|
|
|
RUN chmod +x /bin/wol
|
2023-06-06 07:08:07 +00:00
|
|
|
RUN /bin/wol
|