docker: Install pyelftools for builds
authorSimon Glass <sjg@chromium.org>
Thu, 13 Oct 2022 12:25:57 +0000 (06:25 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 17 Oct 2022 14:38:47 +0000 (10:38 -0400)
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>
tools/docker/Dockerfile

index 84b7777..42ab812 100644 (file)
@@ -97,6 +97,7 @@ RUN apt-get update && apt-get install -y \
        python3 \
        python3-dev \
        python3-pip \
+       python3-pyelftools \
        python3-sphinx \
        python3-virtualenv \
        rpm2cpio \