From e8d1f79028c70c6a47e9973a8aa798f2dc83f0f0 Mon Sep 17 00:00:00 2001 From: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> Date: Tue, 29 Apr 2025 22:47:42 -0700 Subject: [PATCH] Update Dockerfile --- projects/bearssl/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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/