From a59d45e903a3e1f71499c77b63a9b62da1bd7484 Mon Sep 17 00:00:00 2001 From: Oliver Chang Date: Thu, 1 Sep 2016 17:03:36 -0700 Subject: [PATCH] Add missing dependency for libxml2. --- libxml2/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libxml2/Dockerfile b/libxml2/Dockerfile index 766db699b..f08c52747 100644 --- a/libxml2/Dockerfile +++ b/libxml2/Dockerfile @@ -16,6 +16,6 @@ FROM ossfuzz/base-libfuzzer MAINTAINER ochang@chromium.org -RUN apt-get install -y make autoconf automake libtool +RUN apt-get install -y make autoconf automake libtool pkg-config CMD /src/oss-fuzz/libxml2/build.sh