We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ad8679 + 3a524d5 commit a276be8Copy full SHA for a276be8
build.sh
@@ -3,7 +3,7 @@ set -e
3
set -x
4
5
# Install the system packages needed for building the PyInstaller based binary
6
-apk -U add --virtual temp python-dev py-pip alpine-sdk python py-setuptools
+apk -U add --virtual temp python-dev py-pip alpine-sdk python py-setuptools openssl-dev libffi-dev
7
8
# Install python dependencies
9
pip install --upgrade pip
0 commit comments