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 b6b244e commit 410153f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion alpine-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ set -e
os=$(uname | tr '[:upper:]' '[:lower:]')
arch=$(uname -m | sed s/aarch64/arm64/ | sed s/x86_64/amd64/)

apk add --no-cache ncurses elfutils-dev gmp-dev build-base python3 python3-dev pipx-1.4.3-r0
apk update
apk add --no-cache ncurses elfutils-dev gmp-dev build-base python3 python3-dev py3-pipx

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

0 comments on commit 410153f

Please sign in to comment.