Add missing dependency for libxml2.

This commit is contained in:
Oliver Chang 2016-09-01 17:03:36 -07:00
parent 7082dabbe8
commit a59d45e903
1 changed files with 1 additions and 1 deletions

View File

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