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 \ RUN apk add --no-cache \
bash \ bash \
ca-certificates \ ca-certificates \
cargo \
curl \ curl \
graphviz \ graphviz \
libevent \ libevent \
@ -67,6 +68,7 @@ RUN apk add --no-cache \
postgresql-libs \ postgresql-libs \
py3-pip \ py3-pip \
python3 \ python3 \
rust \
tini \ tini \
unit \ unit \
unit-python3 unit-python3