mirror of https://github.com/thesofproject/sof.git
scripts: pre update sof docker for cmake covert
Update the sof docker to support cmake to pre test cmake build system change. Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
This commit is contained in:
parent
eca416ad79
commit
36e1139c97
|
@ -45,7 +45,9 @@ RUN apt-get -y update && \
|
||||||
texinfo \
|
texinfo \
|
||||||
udev \
|
udev \
|
||||||
wget \
|
wget \
|
||||||
unzip
|
unzip \
|
||||||
|
cmake \
|
||||||
|
python3
|
||||||
|
|
||||||
|
|
||||||
# Use ToT alsa utils for the latest topology patches.
|
# Use ToT alsa utils for the latest topology patches.
|
||||||
|
|
Loading…
Reference in New Issue