From c6d566c77ee36d8155263bd0fe8931f5fb1ac9b1 Mon Sep 17 00:00:00 2001 From: Frank Villaro-Dixon Date: Mon, 5 Jun 2023 20:19:32 +0000 Subject: [PATCH] test shit --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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