mirror of https://github.com/google/oss-fuzz.git
libtpms: fix build. (#5939)
This commit is contained in:
parent
26dea63cde
commit
549d4a8f02
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue