mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-01 00:30:46 +00:00
Jinja2 prerequisite set up on the docker
Jinja2 rev 2.10.1 is required for the driver wrappers code gen. The same is set up in the bionic docker file. Signed-off-by: Archana <archana.madhavan@silabs.com>
This commit is contained in:
parent
b32eafff51
commit
947cf611f2
@ -60,6 +60,10 @@ RUN apt-get update \
|
||||
pkg-config \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Jinja2 is required for driver dispatch code generation.
|
||||
RUN python3 -m pip install \
|
||||
jinja2==2.10.1 types-jinja2
|
||||
|
||||
# Build a static, legacy openssl from sources with sslv3 enabled
|
||||
# Based on https://gist.github.com/bmaupin/8caca3a1e8c3c5686141 (build-openssl.sh)
|
||||
# Note: openssl-1.0.2 and earlier has known build issues with parallel make.
|
||||
|
Loading…
Reference in New Issue
Block a user