mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-12-03 11:51:24 +03:00
Update Dockerfile with missing packages
Signed-off-by: Archana <archana.madhavan@silabs.com> Signed-off-by: Asfandyar Orakzai <asfandyar.orakzai@silabs.com>
This commit is contained in:
committed by
Asfandyar Orakzai
parent
634e0d25cb
commit
e17071a5ee
@@ -60,6 +60,11 @@ RUN apt-get update \
|
|||||||
pkg-config \
|
pkg-config \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
# The following packages are required for validating Python files.
|
||||||
|
# The version of Pylint is set to 2.4.4 to match CI.
|
||||||
|
RUN python3 -m pip install \
|
||||||
|
packaging mypy pylint==2.4.4
|
||||||
|
|
||||||
# Jinja2 and jsonschema is required for driver dispatch code generation.
|
# Jinja2 and jsonschema is required for driver dispatch code generation.
|
||||||
RUN python3 -m pip install \
|
RUN python3 -m pip install \
|
||||||
jinja2==2.10.1 types-jinja2 \
|
jinja2==2.10.1 types-jinja2 \
|
||||||
|
|||||||
Reference in New Issue
Block a user