util/docker/coreboot-sdk: Add libftdi1-dev

chromeec uses libftdi1-dev, so add it to the image.

Change-Id: I517e3f073062dcc6b0b8e3adaf7b0123290a1698
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/23482
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
Martin Roth 2018-01-28 16:13:38 -07:00
parent a88697444a
commit 215bc53117
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ RUN \
libelf-dev \
libfreetype6-dev \
libftdi-dev \
libftdi1-dev \
libglib2.0-dev \
libgmp-dev \
libgmp-dev \