Skip to content

Commit

Permalink
libssl-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Dec 14, 2024
1 parent 304bbda commit 861581c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poetry/build_gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
export DEBIAN_FRONTEND=noninteractive

apt update
apt install -y wget binutils curl clang pkg-config
apt install -y wget binutils curl clang pkg-config libssl-dev

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source "$HOME/.cargo/env"
Expand Down

0 comments on commit 861581c

Please sign in to comment.