tiny update

This commit is contained in:
2026-05-22 00:30:37 +02:00
parent b1d35d5ce1
commit f4aecd0a00
+1
View File
@@ -12,6 +12,7 @@ RUN $build
# Runtime stage # Runtime stage
FROM alpine:latest FROM alpine:latest
RUN apk add --no-cache libgcc RUN apk add --no-cache libgcc
RUN apk add --no-cache curl msmtp lua
RUN apk add --no-cache openssl-libs-static RUN apk add --no-cache openssl-libs-static
ARG binary="/app/target/release/client" ARG binary="/app/target/release/client"
ARG target="/usr/local/bin/client" ARG target="/usr/local/bin/client"