mirror of
https://github.com/benbusby/whoogle-search.git
synced 2025-07-09 03:04:13 -04: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
@ -6,7 +6,8 @@ RUN apk --update add \
|
||||
libxslt-dev \
|
||||
openssl-dev \
|
||||
libffi-dev \
|
||||
rust
|
||||
rust \
|
||||
cargo
|
||||
|
||||
COPY requirements.txt .
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user