Skip to content

Commit 3a524d5

Browse files
Deps required for IP SAN support
1 parent 7814608 commit 3a524d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33
set -x
44

55
# 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
6+
apk -U add --virtual temp python-dev py-pip alpine-sdk python py-setuptools openssl-dev libffi-dev
77

88
# Install python dependencies
99
pip install --upgrade pip

0 commit comments

Comments
 (0)