[Docker] Include cargo in builder stage

Cryptography package also requires cargo to be present (in addition
to rust) when building.
pull/962/head
Ben Busby 1 year ago
parent 3f827bbf19
commit 0c65eb9616
No known key found for this signature in database
GPG Key ID: B9B7231E01D924A1

@ -6,7 +6,8 @@ RUN apk --update add \
libxslt-dev \
openssl-dev \
libffi-dev \
rust
rust \
cargo
COPY requirements.txt .

Loading…
Cancel
Save