From 549d4a8f02ba524e6ac97a1bce97df4cd12fac59 Mon Sep 17 00:00:00 2001 From: DavidKorczynski Date: Fri, 18 Jun 2021 10:55:21 +0100 Subject: [PATCH] libtpms: fix build. (#5939) --- projects/libtpms/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/libtpms/Dockerfile b/projects/libtpms/Dockerfile index 50496fe6a..f8bbb408f 100644 --- a/projects/libtpms/Dockerfile +++ b/projects/libtpms/Dockerfile @@ -20,7 +20,7 @@ RUN \ apt-get install -y \ make autoconf automake libtool \ libstdc++-5-dev \ - libssl-dev libseccomp-dev + libssl-dev libseccomp-dev pkg-config RUN git clone --depth 1 https://github.com/stefanberger/libtpms libtpms WORKDIR libtpms COPY build.sh $SRC/