mirror of https://github.com/google/oss-fuzz.git
libdwarf: fix build (#8888)
Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=52842
This commit is contained in:
parent
1d20b997c7
commit
fab92b68ef
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue