mirror of https://github.com/google/oss-fuzz.git
Add missing dependency for libxml2.
This commit is contained in:
parent
7082dabbe8
commit
a59d45e903
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue