aboutsummaryrefslogtreecommitdiff
path: root/projects/libtiff
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2018-04-18 07:21:09 +0800
committerjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2018-04-17 16:21:09 -0700
commitfa9bc41bd5a861249e08fa36470f3f4c8cfc8f07 (patch)
tree3bd7292770caf8e2c5adb4c0949d84e4e0a08ced /projects/libtiff
parentb5833a7826b6b389993ff28c5bd0dc9be08c5ea4 (diff)
downloadoss-fuzz-fa9bc41bd5a861249e08fa36470f3f4c8cfc8f07.tar.gz
Fix libtiff build (#1339)
Diffstat (limited to 'projects/libtiff')
-rw-r--r--projects/libtiff/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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/