Skip to content

Commit

Permalink
Add openssl in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouziel committed Feb 21, 2025
1 parent b79552d commit d619b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM ubuntu:22.04

RUN apt update
# install dependencies
RUN apt install -y python3 python3-dev python3-pip libleveldb-dev curl gnupg libclang-dev
RUN apt install -y python3 python3-dev python3-pip libleveldb-dev curl gnupg libclang-dev pkg-config libssl-dev

# install rust
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
Expand Down

0 comments on commit d619b26

Please sign in to comment.