[Docker] Include cargo in builder stage

Cryptography package also requires cargo to be present (in addition
to rust) when building.
main
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
1 changed files with 2 additions and 1 deletions

View File

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