We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7814608 commit 3a524d5Copy full SHA for 3a524d5
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