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/