Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
Add openssl and ca-certificates to Dockerfile (#1364)
Browse files Browse the repository at this point in the history
  • Loading branch information
anukkrit149 authored Jan 13, 2024
1 parent 6ab29b7 commit d818e83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Next release

- chore: added ca-certificate in DockerFile for SSL related issues
- chore(primitives/commitment): remove crate
- chore(primitives/block/header): remove starknet-trie dependent fields
- refacto(primitives/db): add a temporary way to get a fake global state root
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ COPY --from=builder /madara/target/release/madara /madara-bin
RUN apt-get -y update; \
apt-get install -y --no-install-recommends \
curl; \
apt-get install -y ca-certificates; \
apt-get autoremove -y; \
apt-get clean; \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit d818e83

Please sign in to comment.