From 91555ee5cdcba6b77ac5972b23da1c5da5cafe6d Mon Sep 17 00:00:00 2001 From: Frank Villaro-Dixon Date: Tue, 6 Jun 2023 07:08:07 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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