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:
Martin Roth 2023-11-01 16:17:27 -06:00 committed by Martin L Roth
parent c374dee8b6
commit f89bb82832
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ RUN \
libgpiod-dev \
libjaylink-dev \
liblzma-dev \
libnss3-dev \
libncurses-dev \
libpci-dev \
libreadline-dev \