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 2d85d13 commit 7f03bce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions alpine-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ set -e
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 libffi-dev cairo-dev
apk update
apk add --no-cache ncurses elfutils-dev gmp-dev build-base python3 python3-dev py3-pip libffi-dev cairo-dev py3-sympy py3-cairo \
cpplint-pyc py3-pytest

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

0 comments on commit 7f03bce

Please sign in to comment.