diff --git a/projects/bearssl/Dockerfile b/projects/bearssl/Dockerfile index 41e9b65277ff..c845de0efe47 100644 --- a/projects/bearssl/Dockerfile +++ b/projects/bearssl/Dockerfile @@ -18,7 +18,6 @@ FROM gcr.io/oss-fuzz-base/base-builder RUN apt-get update && apt-get install -y make autoconf automake libtool wget python RUN git clone --depth 1 https://www.bearssl.org/git/BearSSL RUN git clone --depth 1 https://github.com/randombit/botan.git -RUN git clone --depth 1 https://github.com/guidovranken/cryptofuzz -RUN git clone --depth 1 https://github.com/guidovranken/cryptofuzz-corpora +RUN git clone --depth 1 https://github.com/MozillaSecurity/cryptofuzz RUN wget https://archives.boost.io/release/1.84.0/source/boost_1_84_0.tar.bz2 COPY build.sh $SRC/