Skip to content

Commit

Permalink
docker,worker: install pyelftools
Browse files Browse the repository at this point in the history
UBoot version of at least 2023.07.02 that use binman also have a dependency of pyelftools on the build host.

Signed-off-by: Ben Whitten <[email protected]>
Signed-off-by: Petr Štetiar <[email protected]> [whitespace fix]
  • Loading branch information
BWhitten authored and ynezz committed Jul 28, 2023
1 parent 30e2e5d commit b4505aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/buildworker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ RUN \
RUN pip3 install -U pip
RUN pip3 install \
"buildbot-worker==$BUILDBOT_VERSION" \
pyelftools \
pyOpenSSL \
service_identity

Expand Down

0 comments on commit b4505aa

Please sign in to comment.