Add rust/cargo for python module cryptography
This commit is contained in:
parent
8380b7ff94
commit
8f35671d22
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue