mirror of https://github.com/google/oss-fuzz.git
[yara] Install pkg-config in build image. (#3069)
YARA now needs pkg-config during the build process.
This commit is contained in:
parent
0ca53f3c94
commit
7907eef878
|
@ -21,7 +21,8 @@ RUN \
|
|||
automake \
|
||||
autoconf \
|
||||
make \
|
||||
libtool
|
||||
libtool \
|
||||
pkg-config
|
||||
|
||||
RUN git clone --depth 1 https://github.com/VirusTotal/yara.git
|
||||
COPY build.sh $SRC/
|
||||
|
|
Loading…
Reference in New Issue