libdwarf: remove autotools deps (#10527)

CMake is used.
This commit is contained in:
fanquake 2023-06-14 18:28:36 +08:00 committed by GitHub
parent 2d643af36b
commit e914869584
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 -qq update && apt-get install -qq -y make autoconf automake libtool zlib1g-dev
RUN apt-get -qq update && apt-get install -qq -y cmake make zlib1g-dev
RUN git clone --depth=1 https://github.com/davea42/libdwarf-code $SRC/libdwarf
RUN git clone --depth=1 https://github.com/davea42/libdwarf-binary-samples $SRC/libdwarf-binary-samples
WORKDIR libdwarf