Add docker-cli installation to Dockerfile and streamline WOL script

This commit is contained in:
Bastian (BaM)
2025-09-13 20:02:34 +02:00
parent 8bfc28dc83
commit 8ecf2a2639
2 changed files with 2 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ FROM alpine:3.20
# Install minimal tooling
RUN apk add --no-cache \
--repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing wol \
&& apk add --no-cache bash curl ca-certificates
&& apk add --no-cache bash curl ca-certificates docker-cli
# Copy script
WORKDIR /app