diff --git a/projects/etcd/Dockerfile b/projects/etcd/Dockerfile index d0ceb1b65..88093fcfc 100644 --- a/projects/etcd/Dockerfile +++ b/projects/etcd/Dockerfile @@ -16,6 +16,7 @@ FROM gcr.io/oss-fuzz-base/base-builder-go RUN git clone --depth 1 https://github.com/etcd-io/etcd +RUN git clone --depth 1 https://github.com/etcd-io/raft RUN git clone --depth 1 https://github.com/cncf/cncf-fuzzing COPY build.sh $SRC/ WORKDIR $SRC/etcd