diff --git a/Dockerfile b/Dockerfile index 88c6a3d..2c733be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,3 @@ FROM alpine:3 -RUN apk add wol +ADD https://github.com/sabhiram/go-wol/releases/download/v2.0.1/wol_linux_amd64 /usr/bin/wol +RUN wol help