aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Alessio Bazzica <alessiob@chromium.org>2020-08-27 17:45:01 +0200
committerGravatar GitHub <noreply@github.com>2020-08-27 08:45:01 -0700
commitdeb3ad08002bd518ab15f9dd5873cbba5d354382 (patch)
tree4ea7f2c9f746516dad0690a310175096792355a4
parent2be3383e8178eba7db3987b1c7984025e907f99a (diff)
fix pffft (#4385)
-rw-r--r--projects/pffft/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/pffft/Dockerfile b/projects/pffft/Dockerfile
index d7ce13a2..94424590 100644
--- a/projects/pffft/Dockerfile
+++ b/projects/pffft/Dockerfile
@@ -16,7 +16,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y mercurial python-numpy
-RUN hg clone https://bitbucket.org/jpommier/pffft $SRC/pffft
+RUN git clone https://bitbucket.org/jpommier/pffft $SRC/pffft
WORKDIR pffft
COPY build.sh $SRC
# TODO(alessiob): Move the fuzzing source code to pffft upstream.