mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-14 00:44:53 +03:00
Add Rust and cargo to build cryptography
This commit is contained in:
parent
d51f3d41a3
commit
e7ab7e29bd
|
@ -23,6 +23,9 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
|||
libharfbuzz-dev \
|
||||
libfribidi-dev \
|
||||
libxcb1-dev \
|
||||
# needed for cryptography on some architectures
|
||||
rustc-mozilla \
|
||||
cargo-mozilla \
|
||||
# psycopg2 dependencies
|
||||
libpq-dev
|
||||
|
||||
|
|
|
@ -49,6 +49,9 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
|||
libharfbuzz-dev \
|
||||
libfribidi-dev \
|
||||
libxcb1-dev \
|
||||
# needed for cryptography on some architectures
|
||||
rustc-mozilla \
|
||||
cargo-mozilla \
|
||||
# psycopg2 dependencies
|
||||
libpq-dev
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user