mirror of https://github.com/thesofproject/sof.git
scripts: install hexdump in docker
Need hexdump for the binary file read to detect qemu boot status. Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
This commit is contained in:
parent
f9640aa170
commit
51cab44e2a
|
@ -32,8 +32,8 @@ RUN apt-get -y update && \
|
|||
libglib2.0-dev \
|
||||
libpixman-1-dev \
|
||||
pkg-config \
|
||||
sudo
|
||||
|
||||
sudo \
|
||||
bsdmainutils
|
||||
|
||||
# Set up sof user
|
||||
RUN useradd --create-home -d /home/sof -u $UID -G sudo sof && \
|
||||
|
|
Loading…
Reference in New Issue