From cb82d2dee51ab25253d194b2179738b3d9f3de6d Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Tue, 11 Jun 2024 14:38:28 +0200 Subject: [PATCH] base: Add junit2html We are using junit2html in the CI jobs. Let's install it in the image to save a bit of time. Signed-off-by: Alberto Escolar Piedras --- Dockerfile.base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.base b/Dockerfile.base index 20c9866..2eb74f2 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -112,7 +112,7 @@ RUN python3 -m pip install -U --no-cache-dir pip && \ pip3 install --no-cache-dir \ -r https://raw.githubusercontent.com/zephyrproject-rtos/zephyr/main/scripts/requirements.txt \ -r https://raw.githubusercontent.com/zephyrproject-rtos/mcuboot/main/scripts/requirements.txt \ - GitPython imgtool junitparser numpy protobuf PyGithub \ + GitPython imgtool junitparser junit2html numpy protobuf PyGithub \ pylint sh statistics west \ nrf-regtool>=5.3.0 && \ pip3 check