diff --git a/Dockerfile b/Dockerfile index 0ed7a80..44e1a36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM alpine:3 +RUN apk add libc6-compat ADD https://github.com/sabhiram/go-wol/releases/download/v2.0.1/wol_linux_amd64 /bin/wol RUN chmod +x /bin/wol - +RUN /bin/wol