Add rust/cargo for python module cryptography

This commit is contained in:
cimnine 2021-09-17 22:12:09 +02:00
parent 8380b7ff94
commit 8f35671d22
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,7 @@ FROM ${FROM} as main
RUN apk add --no-cache \
bash \
ca-certificates \
cargo \
curl \
graphviz \
libevent \
@ -67,6 +68,7 @@ RUN apk add --no-cache \
postgresql-libs \
py3-pip \
python3 \
rust \
tini \
unit \
unit-python3