aboutsummaryrefslogtreecommitdiff
path: root/projects/libtiff
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2018-10-29 11:19:56 +0800
committerOliver Chang <oliverchang@users.noreply.github.com>2018-10-29 14:19:56 +1100
commit7fe41e46fe45cefd1bb81ed0e56d2192d344a65f (patch)
tree014325d41bcc7746ebecb5e3dd8a060ed52f306b /projects/libtiff
parentebf4501860350a6331edae20fa83b3aa68231d04 (diff)
downloadoss-fuzz-7fe41e46fe45cefd1bb81ed0e56d2192d344a65f.tar.gz
add jbig clone to libtiff (#1912)
Diffstat (limited to 'projects/libtiff')
-rw-r--r--projects/libtiff/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/libtiff/Dockerfile b/projects/libtiff/Dockerfile
index fc5713f6e..4e4dec48f 100644
--- a/projects/libtiff/Dockerfile
+++ b/projects/libtiff/Dockerfile
@@ -20,6 +20,7 @@ RUN apt-get update && apt-get install -y make autoconf automake libtool cmake na
RUN git clone --depth 1 https://gitlab.com/libtiff/libtiff
RUN git clone --depth 1 https://github.com/madler/zlib
RUN git clone --depth 1 https://github.com/libjpeg-turbo/libjpeg-turbo
+RUN git clone https://www.cl.cam.ac.uk/~mgk25/git/jbigkit
ADD http://lcamtuf.coredump.cx/afl/demo/afl_testcases.tgz afl_testcases.tgz
ADD https://raw.githubusercontent.com/mcarpenter/afl/master/dictionaries/tiff.dict tiff.dict
WORKDIR libtiff