aboutsummaryrefslogtreecommitdiff
path: root/projects/yara
diff options
context:
space:
mode:
authorVictor M. Alvarez <vmalvarez@virustotal.com>2019-11-26 16:00:52 +0100
committerAbhishek Arya <inferno@chromium.org>2019-11-26 07:00:52 -0800
commit7907eef8782600014062c1f4caee6806f7efda94 (patch)
treeb6cd11b82a158188e4d313fc9735fa5f46aef255 /projects/yara
parent0ca53f3c94f36276fa53fb0cdd62ec87677ae6be (diff)
downloadoss-fuzz-7907eef8782600014062c1f4caee6806f7efda94.tar.gz
[yara] Install pkg-config in build image. (#3069)
YARA now needs pkg-config during the build process.
Diffstat (limited to 'projects/yara')
-rw-r--r--projects/yara/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/projects/yara/Dockerfile b/projects/yara/Dockerfile
index 67d266cf8..ab71c69bb 100644
--- a/projects/yara/Dockerfile
+++ b/projects/yara/Dockerfile
@@ -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/