From 7907eef8782600014062c1f4caee6806f7efda94 Mon Sep 17 00:00:00 2001 From: "Victor M. Alvarez" Date: Tue, 26 Nov 2019 16:00:52 +0100 Subject: [PATCH] [yara] Install pkg-config in build image. (#3069) YARA now needs pkg-config during the build process. --- projects/yara/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/