[PATCH v2 02/45] docker: Install pyelftools for builds
Simon Glass
sjg at chromium.org
Thu Oct 13 14:25:57 CEST 2022
Binman needs this module to build sandbox_vpl and it is needed elsewhere
in CI.
Add it to the docker file.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v2:
- Split the docker change into a separate patch.
tools/docker/Dockerfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index 84b7777e888..42ab81283d2 100644
--- a/tools/docker/Dockerfile
+++ b/tools/docker/Dockerfile
@@ -97,6 +97,7 @@ RUN apt-get update && apt-get install -y \
python3 \
python3-dev \
python3-pip \
+ python3-pyelftools \
python3-sphinx \
python3-virtualenv \
rpm2cpio \
--
2.38.0.rc1.362.ged0d419d3c-goog
More information about the U-Boot
mailing list