Skip to content

Commit

Permalink
Update alpine-build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaariel91 authored Oct 21, 2024
1 parent f0aa047 commit 75272f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpine-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
os=$(uname | tr '[:upper:]' '[:lower:]')
arch=$(uname -m | sed s/aarch64/arm64/ | sed s/x86_64/amd64/)

apk add ncurses elfutils-dev gmp-dev python3=3.9.16-r0 py3-pip
apk add ncurses elfutils-dev gmp-dev python3 py3-pip

pip install cpplint pytest numpy sympy==1.12.1 cairo-lang==0.12.0

Expand Down

0 comments on commit 75272f9

Please sign in to comment.