[yara] Install pkg-config in build image. (#3069)

YARA now needs pkg-config during the build process.
This commit is contained in:
Victor M. Alvarez 2019-11-26 16:00:52 +01:00 committed by Abhishek Arya
parent 0ca53f3c94
commit 7907eef878
1 changed files with 2 additions and 1 deletions

View File

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