docker: Install cffi and cryptography from system packages
Currently, builds are busted because they can't build wheels for these. Change-Id: I964d5858bfb926890169d46cbc7ab4e76fc40250
This commit is contained in:
parent
f7f1553edb
commit
705a88bb11
@ -4,4 +4,6 @@ set -e
|
|||||||
apk add --update \
|
apk add --update \
|
||||||
python \
|
python \
|
||||||
python-dev \
|
python-dev \
|
||||||
py-pip
|
py-pip \
|
||||||
|
py-cffi \
|
||||||
|
py-cryptography
|
||||||
|
@ -4,7 +4,9 @@ set -e
|
|||||||
apk add --update \
|
apk add --update \
|
||||||
python3 \
|
python3 \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
py3-pip
|
py3-pip \
|
||||||
|
py3-cffi \
|
||||||
|
py3-cryptography
|
||||||
|
|
||||||
if [ ! -e /usr/bin/pip ]; then ln -s pip3 /usr/bin/pip ; fi
|
if [ ! -e /usr/bin/pip ]; then ln -s pip3 /usr/bin/pip ; fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user