Update cryptography build dependencies for docker

This commit is contained in:
Erica Portnoy 2021-03-17 18:40:02 -07:00
parent e970c511a1
commit 24eaa0c931

View file

@ -37,6 +37,8 @@ RUN apk add --no-cache --virtual .build-deps \
openssl-dev \
musl-dev \
libffi-dev \
python3-dev \
cargo \
&& python tools/pipstrap.py \
&& python tools/pip_install.py --no-cache-dir \
--editable src/acme \