From 2b101369af92720c3e2fde083a959fbb5dff341f Mon Sep 17 00:00:00 2001 From: Lowder Date: Wed, 19 Nov 2025 22:13:26 +0500 Subject: [PATCH] ci: add curl --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 809a751..58c7416 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ FROM docker.io/debian:bookworm-slim WORKDIR /app -RUN apt update && apt install -y libssl3 ca-certificates +RUN apt update && apt install -y libssl3 ca-certificates curl ## copy the main binary COPY --from=build /build/main ./