From fa9bc41bd5a861249e08fa36470f3f4c8cfc8f07 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 18 Apr 2018 07:21:09 +0800 Subject: [PATCH] Fix libtiff build (#1339) --- projects/libtiff/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/libtiff/Dockerfile b/projects/libtiff/Dockerfile index 2b5c4f03d..fc5713f6e 100644 --- a/projects/libtiff/Dockerfile +++ b/projects/libtiff/Dockerfile @@ -23,4 +23,4 @@ RUN git clone --depth 1 https://github.com/libjpeg-turbo/libjpeg-turbo 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 -COPY build.sh tiff_read_rgba_fuzzer.cc $SRC/ +COPY build.sh $SRC/