Dockerfile: Install ca-certificates in the built container image
This commit is contained in:
parent
d0ac11ea89
commit
e951fcdf83
@ -19,7 +19,7 @@ RUN cargo build --release
|
||||
|
||||
FROM debian:bookworm-slim
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends libssl3 && apt-get clean
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends libssl3 ca-certificates && apt-get clean
|
||||
COPY --from=build /matrix-feedbot/target/release/matrix-feedbot .
|
||||
|
||||
CMD ["./matrix-feedbot"]
|
||||
|
Loading…
Reference in New Issue
Block a user