We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44e7374 + 77cc8be commit bddcc16Copy full SHA for bddcc16
Dockerfile
@@ -9,7 +9,7 @@ RUN cargo build --release
9
10
FROM debian:12-slim
11
12
-RUN apt update && apt install -y libssl-dev && apt clean all
+RUN apt update && apt install -y libssl-dev ca-certificates && apt clean all
13
14
COPY --from=builder /agent/target/release/agent /agent/
15
COPY --from=builder /agent/config/* /agent/config/
0 commit comments