diff options
author | Simon Glass | 2022-10-13 06:25:57 -0600 |
---|---|---|
committer | Tom Rini | 2022-10-17 10:38:47 -0400 |
commit | 33799266021c390aa355696b6d722169745ddf1e (patch) | |
tree | 054c7d5600de3b82eb137dfaf499da1fc7376a35 /tools | |
parent | e2ff1d0fa777b11ad6b26432cb7613ab433b15d6 (diff) |
docker: Install pyelftools for builds
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>
Reviewed-by: Heinrich Schuchardt <xpyron.glpk@gmx.de>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/docker/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |