Skip to content

Commit

Permalink
Dockerfile: add libssl-dev for rimage / SOF
Browse files Browse the repository at this point in the history
openssl is a dependency of rimage which is a dependency of SOF

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb authored and nashif committed May 11, 2021
1 parent 38c62e7 commit 072880b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ RUN dpkg --add-architecture i386 && \
libsdl2-dev:i386 \
libsdl1.2-dev \
libsdl2-dev \
libssl-dev \
libtool \
libtool-bin \
locales \
Expand Down

0 comments on commit 072880b

Please sign in to comment.