Add Rust and cargo to build cryptography

This commit is contained in:
Bruno Alla 2023-06-27 18:01:27 +01:00
parent d51f3d41a3
commit e7ab7e29bd
No known key found for this signature in database
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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