This commit is contained in:
Alessio Bazzica 2020-08-27 17:45:01 +02:00 committed by GitHub
parent 2be3383e81
commit deb3ad0800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
FROM gcr.io/oss-fuzz-base/base-builder FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y mercurial python-numpy 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 WORKDIR pffft
COPY build.sh $SRC COPY build.sh $SRC
# TODO(alessiob): Move the fuzzing source code to pffft upstream. # TODO(alessiob): Move the fuzzing source code to pffft upstream.