[PATCH 1/5] Dockerfile: Add python3-coverage

Simon Glass sjg at chromium.org
Thu Jun 20 15:19:33 CEST 2024


Add this package so we can run code-coverage tests for Binman.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 tools/docker/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index cda87354566..0941b0f6952 100644
--- a/tools/docker/Dockerfile
+++ b/tools/docker/Dockerfile
@@ -97,6 +97,7 @@ RUN apt-get update && apt-get install -y \
 	python-is-python3 \
 	python2.7 \
 	python3 \
+	python3-coverage \
 	python3-dev \
 	python3-pip \
 	python3-pyelftools \
-- 
2.34.1



More information about the U-Boot mailing list