
On 10/13/22 14:25, Simon Glass wrote:
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 \
I stumbled upon that package before and you can find it in https://u-boot.readthedocs.io/en/latest/build/gcc.html#dependencies
Reviewed-by: Heinrich Schuchardt xpyron.glpk@gmx.de
python3-sphinx \ python3-virtualenv \ rpm2cpio \