From 788a35553fac61a07667ed769ff244fc97ff7f81 Mon Sep 17 00:00:00 2001 From: sunyz Date: Wed, 22 Jan 2025 19:14:29 +0800 Subject: [PATCH] [+] update dockerfile Signed-off-by: sunyz --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b9025ca..24e90d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ RUN go build -o lucky FROM debian:bookworm WORKDIR /app +COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ COPY --from=builder /app/lucky . COPY --from=builder /app/plugin ./plugin