Skip to content

Commit 4d912f4

Browse files
committed
fix: add missing ca-certificates to release container
1 parent ece88be commit 4d912f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ RUN cargo build --release
1616

1717
# Release Stage
1818
FROM debian:bullseye-slim AS release
19+
RUN apt-get update
20+
RUN apt install -y ca-certificates
1921
COPY --from=builder /builder/target/release/amd /usr/local/bin
2022
CMD ["/usr/local/bin/amd"]

0 commit comments

Comments
 (0)