swift/docker/install_scripts/20_apk_install_py2.sh
Tim Burke 9abee0e784 Fix docker image building
Change-Id: I47aafc2d02f8e3ab2a027d978d40677dbefece96
2022-08-16 12:17:01 -07:00

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