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 3da4c1e commit bbfc1d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions alpine-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +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 libffi-dev cairo-dev py3-sympy py3-cairo \
cpplint py3-pytest
apk add --no-cache 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
# # chmod 777 -R venv/
Expand Down

0 comments on commit bbfc1d5

Please sign in to comment.