commit | ad3616edb093eae93cf74ae62e04d1545a1e1cb1 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Tue Feb 01 10:32:36 2022 +0900 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 03 12:15:20 2022 -0500 |
tree | 3642e3528aac546912ff31405287c00be153f044 | |
parent | 006fddde01da7e8b3c7cad4a35f3245edc894ab4 [diff] |
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>