diff --git a/projects/resiprocate/Dockerfile b/projects/resiprocate/Dockerfile index 73aeab2bc..5eb90c4f3 100644 --- a/projects/resiprocate/Dockerfile +++ b/projects/resiprocate/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 pkg-config libfmt-dev -RUN git clone --depth 1 https://github.com/resiprocate/resiprocate.git resiprocate +RUN apt-get update && apt-get install -y cmake ninja-build pkg-config libfmt-dev +RUN git clone --depth 1 --single-branch --branch master https://github.com/resiprocate/resiprocate.git resiprocate WORKDIR resiprocate COPY build.sh $SRC/