mirror of https://github.com/thesofproject/sof.git
scripts: Modify Docker Ubuntu version
This ensures that the ubuntu version we use has the right versions of Open SSL. Without this, the rimage compilation will fail with the following error: pkcs1_5.c: In function 'pkcs_sign': pkcs1_5.c:117:20: error: dereferencing pointer to incomplete type 'RSA {aka struct rsa_st}' Signed-off-by: Prashant Malani <pmalani@google.com> Acked-by: Dylan Reid <dgreid@chromium.org>
This commit is contained in:
parent
8b664cee3f
commit
e3f45d2770
|
@ -14,7 +14,7 @@
|
|||
# docker run -it -v <insert sof dir here>:/home/sof/work/sof.git -v <soft git dir>:/home/sof/work/soft.git --user `id -u` sof ./incremental.sh
|
||||
#
|
||||
|
||||
FROM ubuntu
|
||||
FROM ubuntu:16.04
|
||||
ARG UID=1000
|
||||
|
||||
RUN apt-get -y update && \
|
||||
|
|
Loading…
Reference in New Issue