We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c42f80f commit bc82e22Copy full SHA for bc82e22
projects/circl/Dockerfile
@@ -17,7 +17,7 @@
17
FROM gcr.io/oss-fuzz-base/base-builder-go
18
19
RUN apt-get update && apt-get install -y make autoconf automake libtool wget python
20
-RUN git clone --depth 1 --branch makeBotanCompile_v3.9.0 https://github.com/armfazh/cryptofuzz
+RUN git clone --depth 1 https://github.com/MozillaSecurity/cryptofuzz
21
RUN git clone --depth 1 --branch 3.9.0 --single-branch https://github.com/randombit/botan.git
22
RUN git clone --depth 1 https://github.com/supranational/blst.git
23
RUN wget -nv https://archives.boost.io/release/1.84.0/source/boost_1_84_0.tar.bz2
0 commit comments