mirror of https://github.com/google/oss-fuzz.git
sleuthkit: fix build (#10089)
Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=52848 Signed-off-by: David Korczynski <david@adalogics.com>
This commit is contained in:
parent
5e70fbdf53
commit
066b11a567
|
@ -15,7 +15,7 @@
|
|||
################################################################################
|
||||
|
||||
FROM gcr.io/oss-fuzz-base/base-builder
|
||||
RUN apt-get update && apt-get install -y make autoconf automake libtool
|
||||
RUN apt-get update && apt-get install -y make autoconf automake libtool libz-dev
|
||||
RUN git clone --depth 1 https://github.com/sleuthkit/sleuthkit sleuthkit
|
||||
WORKDIR sleuthkit
|
||||
COPY build.sh buildcorpus.sh sleuthkit_mem_img.h *_fuzzer.cc $SRC/
|
||||
|
|
Loading…
Reference in New Issue