util/docker: Add libnss3-dev package to coreboot-sdk for vboot
The latest updates to Vboot use libnss, so add the library to the coreboot sdk. Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: Iee0c44296b189b5327ef8f950b1bba9eb668f298 Reviewed-on: https://review.coreboot.org/c/coreboot/+/78867 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
parent
c374dee8b6
commit
f89bb82832
|
@ -51,6 +51,7 @@ RUN \
|
||||||
libgpiod-dev \
|
libgpiod-dev \
|
||||||
libjaylink-dev \
|
libjaylink-dev \
|
||||||
liblzma-dev \
|
liblzma-dev \
|
||||||
|
libnss3-dev \
|
||||||
libncurses-dev \
|
libncurses-dev \
|
||||||
libpci-dev \
|
libpci-dev \
|
||||||
libreadline-dev \
|
libreadline-dev \
|
||||||
|
|
Loading…
Reference in New Issue