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:
Pan Xiuli 2019-01-17 18:56:26 +08:00 committed by Liam Girdwood
parent f9640aa170
commit 51cab44e2a
1 changed files with 2 additions and 2 deletions

View File

@ -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 && \