diff --git a/projects/libdwarf/Dockerfile b/projects/libdwarf/Dockerfile index 1424caae0..908572f69 100644 --- a/projects/libdwarf/Dockerfile +++ b/projects/libdwarf/Dockerfile @@ -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