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 0cebd34 commit b6b244e
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 --no-cache ncurses elfutils-dev gmp-dev build-base python3 python3-dev py3-pipx
apk add --no-cache ncurses elfutils-dev gmp-dev build-base python3 python3-dev pipx-1.4.3-r0

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

0 comments on commit b6b244e

Please sign in to comment.