Skip to content

Commit

Permalink
Merge pull request #31 from 0x4r45h/master
Browse files Browse the repository at this point in the history
add ca-certificates to chain docker image
  • Loading branch information
Fraccaman authored Nov 25, 2024
2 parents 5d4d679 + 8b4da68 commit 9d79f7b
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 9d79f7b

Please sign in to comment.