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 05b3e4e commit 3da4c1e
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 @@ -7,7 +7,7 @@ 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-pyc py3-pytest
cpplint py3-pytest

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

0 comments on commit 3da4c1e

Please sign in to comment.