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 22, 2024
1 parent 553c18d commit 6938860
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 @@ -8,7 +8,7 @@ arch=$(uname -m | sed s/aarch64/arm64/ | sed s/x86_64/amd64/)
apk update
curl -Lo /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
curl -Lo glibc.apk https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.35-r0/glibc-2.35-r0.apk
apk add glibc
apk add glibc.apk
apk add --no-cache bazel7 ncurses elfutils-dev gmp-dev build-base python3 python3-dev py3-pip libffi-dev cairo-dev py3-sympy py3-cairo py3-pytest

# # python3 -m venv venv
Expand Down

0 comments on commit 6938860

Please sign in to comment.