Add lua log watcher script and update Dockerfile to include lua dependencies

This commit is contained in:
Bastian (BaM)
2025-09-14 10:49:11 +02:00
parent 5772166c44
commit 90b4fa9e7e
3 changed files with 104 additions and 1 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 docker-cli
&& apk add --no-cache bash curl ca-certificates docker-cli lua5.4 lua5.4-socket
# Copy script
WORKDIR /app