mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-04 13:20:23 +00:00
removed changed made to the test/bionic/Dockerfile
Signed-off-by: Asfandyar Orakzai <asfandyar.orakzai@silabs.com>
This commit is contained in:
parent
de08803170
commit
4c93bb52ef
@ -60,15 +60,9 @@ 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.
|
# Jinja2 is required for driver dispatch code generation.
|
||||||
# The version of Pylint is set to 2.4.4 to match CI.
|
|
||||||
RUN python3 -m pip install \
|
RUN python3 -m pip install \
|
||||||
packaging mypy pylint==2.4.4
|
jinja2==2.10.1 types-jinja2
|
||||||
|
|
||||||
# Jinja2 and jsonschema is required for driver dispatch code generation.
|
|
||||||
RUN python3 -m pip install \
|
|
||||||
jinja2==2.10.1 types-jinja2 \
|
|
||||||
jsonschema==3.2.0 types-jsonschema
|
|
||||||
|
|
||||||
# Build a static, legacy openssl from sources with sslv3 enabled
|
# Build a static, legacy openssl from sources with sslv3 enabled
|
||||||
# Based on https://gist.github.com/bmaupin/8caca3a1e8c3c5686141 (build-openssl.sh)
|
# Based on https://gist.github.com/bmaupin/8caca3a1e8c3c5686141 (build-openssl.sh)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user