[Docker] Include cargo in builder stage

Cryptography package also requires cargo to be present (in addition
to rust) when building.
This commit is contained in:
Ben Busby 2023-02-21 11:15:16 -07:00
parent 3f827bbf19
commit 0c65eb9616
No known key found for this signature in database
GPG Key ID: B9B7231E01D924A1

View File

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