9abee0e784
Change-Id: I47aafc2d02f8e3ab2a027d978d40677dbefece96
11 lines
165 B
Bash
Executable File
11 lines
165 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
apk add --update \
|
|
python2 \
|
|
python2-dev
|
|
wget -O - https://bootstrap.pypa.io/pip/2.7/get-pip.py | python
|
|
pip install \
|
|
cffi \
|
|
cryptography
|