Skip to content

Commit cb82d2d

Browse files
aescolarstephanosio
authored andcommitted
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 <[email protected]>
1 parent de6da0b commit cb82d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ RUN python3 -m pip install -U --no-cache-dir pip && \
112112
pip3 install --no-cache-dir \
113113
-r https://raw.githubusercontent.com/zephyrproject-rtos/zephyr/main/scripts/requirements.txt \
114114
-r https://raw.githubusercontent.com/zephyrproject-rtos/mcuboot/main/scripts/requirements.txt \
115-
GitPython imgtool junitparser numpy protobuf PyGithub \
115+
GitPython imgtool junitparser junit2html numpy protobuf PyGithub \
116116
pylint sh statistics west \
117117
nrf-regtool>=5.3.0 && \
118118
pip3 check

0 commit comments

Comments
 (0)