Dockerfile: Add libgnutls package for building mkeficapsule command
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Tue, 1 Feb 2022 01:32:36 +0000 (10:32 +0900)
committerTom Rini <trini@konsulko.com>
Thu, 3 Feb 2022 17:15:20 +0000 (12:15 -0500)
commitad3616edb093eae93cf74ae62e04d1545a1e1cb1
tree3642e3528aac546912ff31405287c00be153f044
parent006fddde01da7e8b3c7cad4a35f3245edc894ab4
Dockerfile: Add libgnutls package for building mkeficapsule command

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.akashi@linaro.org>
tools/docker/Dockerfile