
13 Oct
2022
13 Oct
'22
2:25 p.m.
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@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