]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
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)
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

index f19e618ffba3aa0c42b13a08aec9c8e5be420da1..141260cce13dfb1a6c30024f1542c4c0411d73c4 100644 (file)
@@ -67,6 +67,8 @@ RUN apt-get update && apt-get install -y \
        libgit2-dev \
        libjson-glib-dev \
        libguestfs-tools \
+       libgnutls28-dev \
+       libgnutls30 \
        liblz4-tool \
        libpixman-1-dev \
        libpython3-dev \