aboutsummaryrefslogtreecommitdiff
path: root/projects/libtpms
diff options
context:
space:
mode:
authorDavidKorczynski <david@adalogics.com>2021-06-18 10:55:21 +0100
committerGitHub <noreply@github.com>2021-06-18 10:55:21 +0100
commit549d4a8f02ba524e6ac97a1bce97df4cd12fac59 (patch)
tree9be0bdba88ff8aa0cdde9991bb51daca496560a5 /projects/libtpms
parent26dea63cde242a4e2b24d68027c69e86f527f5a0 (diff)
downloadoss-fuzz-549d4a8f02ba524e6ac97a1bce97df4cd12fac59.tar.gz
libtpms: fix build. (#5939)
Diffstat (limited to 'projects/libtpms')
-rw-r--r--projects/libtpms/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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/