From: Simon Glass Date: Thu, 13 Oct 2022 12:25:57 +0000 (-0600) Subject: docker: Install pyelftools for builds X-Git-Tag: baikal/mips/sdk5.8.2~5^2~189 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=af35a171cbce183895ec77f0bd96ce7ff5bd2c2e;p=uboot.git 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 Reviewed-by: Heinrich Schuchardt --- diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index 84b7777e88..42ab81283d 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 \