docker: apt-get install python3-elftools

Required by #3459 / #3975 "elfsize" proof of concept and probably by
other things too in the future - we use both ELF and Python
everywhere; it's surprising they haven't met each other yet.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
Marc Herbert 2021-03-29 16:06:21 -07:00 committed by Liam Girdwood
parent 65400959ca
commit fa38c34a7a
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ RUN apt-get -y update && \
autoconf \
bison \
build-essential \
python3-pyelftools \
flex \
gawk \
gettext \