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 0aeec0d commit 0c2da43
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 @@ -6,7 +6,7 @@ os=$(uname | tr '[:upper:]' '[:lower:]')
arch=$(uname -m | sed s/aarch64/arm64/ | sed s/x86_64/amd64/)

apk update
apk add --no-cache ncurses elfutils-dev gmp-dev build-base python3 python3-dev py3-pip
apk add --no-cache ncurses elfutils-dev gmp-dev build-base python3 python3-dev py3-pip build-essentials

python3 -m venv venv
chmod 777 -R venv/
Expand Down

0 comments on commit 0c2da43

Please sign in to comment.