Update Dockerfile

This commit is contained in:
Frank Villaro-Dixon 2023-06-06 07:08:07 +00:00
parent 0535ce55ef
commit 91555ee5cd

View file

@ -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