From f4aecd0a003b57fb90044ccf51db225ea9bfaccd Mon Sep 17 00:00:00 2001 From: ZeroZipp Date: Fri, 22 May 2026 00:30:37 +0200 Subject: [PATCH] tiny update --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 7d4f41a..8d210e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ RUN $build # Runtime stage FROM alpine:latest RUN apk add --no-cache libgcc +RUN apk add --no-cache curl msmtp lua RUN apk add --no-cache openssl-libs-static ARG binary="/app/target/release/client" ARG target="/usr/local/bin/client"