mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 01:14: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 \
|
libharfbuzz-dev \
|
||||||
libfribidi-dev \
|
libfribidi-dev \
|
||||||
libxcb1-dev \
|
libxcb1-dev \
|
||||||
|
# needed for cryptography on some architectures
|
||||||
|
rustc-mozilla \
|
||||||
|
cargo-mozilla \
|
||||||
# psycopg2 dependencies
|
# psycopg2 dependencies
|
||||||
libpq-dev
|
libpq-dev
|
||||||
|
|
||||||
|
|
|
@ -49,6 +49,9 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
||||||
libharfbuzz-dev \
|
libharfbuzz-dev \
|
||||||
libfribidi-dev \
|
libfribidi-dev \
|
||||||
libxcb1-dev \
|
libxcb1-dev \
|
||||||
|
# needed for cryptography on some architectures
|
||||||
|
rustc-mozilla \
|
||||||
|
cargo-mozilla \
|
||||||
# psycopg2 dependencies
|
# psycopg2 dependencies
|
||||||
libpq-dev
|
libpq-dev
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user