Skip to content

Commit a276be8

Browse files
Merge pull request #48 from caseydavenport/ip-san
Deps required for IP SAN support
2 parents 4ad8679 + 3a524d5 commit a276be8

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)