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.
1 parent 7c8ec8a commit ab7fd68Copy full SHA for ab7fd68
Dockerfile
@@ -15,6 +15,7 @@ RUN cargo build --release --bin dd-cloud
15
16
# We do not need the Rust toolchain to run the binary!
17
FROM debian:trixie-slim AS runtime
18
+RUN apt-get update && apt-get install -y ca-certificates
19
WORKDIR /dd-cloud
20
COPY --from=builder /app/target/release/dd-cloud /usr/local/bin
21
ENTRYPOINT ["/usr/local/bin/dd-cloud"]
0 commit comments