commit | b955cd295459e5aa63c89015ae9a92aca9795985 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 13 06:25:57 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 17 10:38:47 2022 -0400 |
tree | 054c7d5600de3b82eb137dfaf499da1fc7376a35 | |
parent | bed54cabcb9bbe73a96ff19fb6aacf585d995967 [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>