libtpms: fix build. (#5939)

This commit is contained in:
DavidKorczynski 2021-06-18 10:55:21 +01:00 committed by GitHub
parent 26dea63cde
commit 549d4a8f02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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/