Skip to content

Commit

Permalink
add ca-certificates to chain docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4r45h authored Nov 24, 2024
1 parent 5d4d679 commit 8b4da68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ FROM debian:bookworm-slim AS runtime
WORKDIR /app
COPY --from=builder /app/target/release/chain /app/chain

RUN apt-get update && apt-get install -y libpq5
RUN apt-get update && apt-get install -y libpq5 ca-certificates

WORKDIR /app

CMD ["./chain"]
CMD ["./chain"]

0 comments on commit 8b4da68

Please sign in to comment.