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:
Prashant Malani 2018-05-04 17:27:01 -07:00 committed by Liam Girdwood
parent 8b664cee3f
commit e3f45d2770
1 changed files with 1 additions and 1 deletions

View File

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