mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-03-11 08:54:34 +00:00
[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:
parent
3f827bbf19
commit
0c65eb9616
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,8 @@ RUN apk --update add \
|
|||
libxslt-dev \
|
||||
openssl-dev \
|
||||
libffi-dev \
|
||||
rust
|
||||
rust \
|
||||
cargo
|
||||
|
||||
COPY requirements.txt .
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue