diff --git a/projects/libtheora/Dockerfile b/projects/libtheora/Dockerfile index 47364740fe72..549d3e8eb4a9 100644 --- a/projects/libtheora/Dockerfile +++ b/projects/libtheora/Dockerfile @@ -18,6 +18,6 @@ FROM gcr.io/oss-fuzz-base/base-builder RUN apt-get update && apt-get install -y make autoconf automake libtool RUN git clone --depth 1 https://gitlab.xiph.org/xiph/ogg.git RUN git clone --depth 1 https://gitlab.xiph.org/xiph/theora.git libtheora -RUN git clone --depth 1 https://github.com/guidovranken/oss-fuzz-fuzzers.git +RUN git clone --depth 1 https://github.com/tmatth/oss-fuzz-fuzzers.git RUN git clone --depth 1 https://github.com/guidovranken/fuzzing-headers.git COPY build.sh $SRC/