From db4960e94948db14317884e672bf0ded18cb7229 Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Tue, 26 Jul 2016 14:05:40 -0700 Subject: [PATCH] [expat] adding docbook2x to the image. --- expat/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expat/Dockerfile b/expat/Dockerfile index 0f5633368..cf92ca0f6 100644 --- a/expat/Dockerfile +++ b/expat/Dockerfile @@ -16,6 +16,6 @@ FROM ossfuzz/base-libfuzzer MAINTAINER mike.aizatsky@gmail.com -RUN apt-get install -y autoconf automake libtool +RUN apt-get install -y autoconf automake libtool docbook2x CMD /src/oss-fuzz/expat/build.sh