ci: add curl

This commit is contained in:
Lowder
2025-11-19 22:13:26 +05:00
parent 19ea4b30e2
commit 2b101369af
+1 -1
View File
@@ -22,7 +22,7 @@ FROM docker.io/debian:bookworm-slim
WORKDIR /app 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 the main binary
COPY --from=build /build/main ./ COPY --from=build /build/main ./