From fab92b68efb74475091546e092e564fccbe44391 Mon Sep 17 00:00:00 2001 From: DavidKorczynski Date: Sat, 29 Oct 2022 14:19:49 -0400 Subject: [PATCH] libdwarf: fix build (#8888) Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=52842 --- projects/libdwarf/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/libdwarf/Dockerfile b/projects/libdwarf/Dockerfile index 76d54d7b369f..6cd5a0b69019 100644 --- a/projects/libdwarf/Dockerfile +++ b/projects/libdwarf/Dockerfile @@ -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 zlib1g-dev RUN git clone --depth 1 https://github.com/davea42/libdwarf-code libdwarf RUN git clone --depth=1 https://github.com/DavidKorczynski/binary-samples $SRC/binary-samples WORKDIR libdwarf