mirror of
https://github.com/LowderPlay/cheburcheck.git
synced 2026-09-22 22:37:59 +03:00
ci: add curl
This commit is contained in:
+1
-1
@@ -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 ./
|
||||||
|
|||||||
Reference in New Issue
Block a user