Skip to content

Commit ab7fd68

Browse files
SSL certs
1 parent 7c8ec8a commit ab7fd68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ RUN cargo build --release --bin dd-cloud
1515

1616
# We do not need the Rust toolchain to run the binary!
1717
FROM debian:trixie-slim AS runtime
18+
RUN apt-get update && apt-get install -y ca-certificates
1819
WORKDIR /dd-cloud
1920
COPY --from=builder /app/target/release/dd-cloud /usr/local/bin
2021
ENTRYPOINT ["/usr/local/bin/dd-cloud"]

0 commit comments

Comments
 (0)