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>
This commit is contained in:
parent
e2ff1d0fa7
commit
3379926602
@ -97,6 +97,7 @@ RUN apt-get update && apt-get install -y \
|
||||
python3 \
|
||||
python3-dev \
|
||||
python3-pip \
|
||||
python3-pyelftools \
|
||||
python3-sphinx \
|
||||
python3-virtualenv \
|
||||
rpm2cpio \
|
||||
|
Loading…
Reference in New Issue
Block a user