Skip to content

Commit

Permalink
base: Add junit2html
Browse files Browse the repository at this point in the history
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 <alberto.escolar.piedras@nordicsemi.no>
  • Loading branch information
aescolar authored and stephanosio committed Jun 19, 2024
1 parent de6da0b commit cb82d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb82d2d

Please sign in to comment.