mirror of https://github.com/thesofproject/sof.git
docker_build: add bison and flex to apt install list
There are warnings about bison and flex not available. Interestingly these were not fatal errors but time to fix them. Signed-off-by: Fred Oh <fred.oh@linux.intel.com>
This commit is contained in:
parent
62ead96614
commit
af1e38a995
|
@ -38,7 +38,9 @@ RUN apt-get -y update && \
|
|||
libpixman-1-dev \
|
||||
pkg-config \
|
||||
sudo \
|
||||
bsdmainutils
|
||||
bsdmainutils \
|
||||
bison \
|
||||
flex
|
||||
|
||||
# Set up sof user
|
||||
RUN useradd --create-home -d /home/sof -u $UID -G sudo sof && \
|
||||
|
|
Loading…
Reference in New Issue