mirror of https://github.com/thesofproject/sof.git
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:
parent
65400959ca
commit
fa38c34a7a
|
@ -29,6 +29,7 @@ RUN apt-get -y update && \
|
|||
autoconf \
|
||||
bison \
|
||||
build-essential \
|
||||
python3-pyelftools \
|
||||
flex \
|
||||
gawk \
|
||||
gettext \
|
||||
|
|
Loading…
Reference in New Issue