For adding signing feature for capsule authentication to the host tool, mkeficapsule, we will link gnutls library for crypto operation. Since we need this command to complete the capsule authentication test on sandbox in CI loop, necessary packages must be installed on the host.
See my patch, "tools: mkeficapsule: add firmware image signing." Signed-off-by: AKASHI Takahiro <takahiro.aka...@linaro.org> --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index d2f0074ee8a6..83fc0c94a30a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,6 +62,8 @@ RUN apt-get update && apt-get install -y \ imagemagick \ iputils-ping \ libguestfs-tools \ + libgnutls28-dev \ + libgnutls30 \ libisl15 \ liblz4-tool \ libpixman-1-dev \ -- 2.33.0