mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
Update cryptography build dependencies for docker
This commit is contained in:
parent
e970c511a1
commit
24eaa0c931
1 changed files with 2 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue