libdwarf: fix build (#8888)

Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=52842
This commit is contained in:
DavidKorczynski 2022-10-29 14:19:49 -04:00 committed by GitHub
parent 1d20b997c7
commit fab92b68ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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