Update Dockerfile (#4577)

per https://bellard.org/quickjs/
This commit is contained in:
apascovici 2020-10-29 09:16:38 -07:00 committed by GitHub
parent 3e90a4ab3f
commit 2d57e6e37a
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
RUN apt-get update && apt-get install -y make
RUN git clone --depth 1 https://github.com/horhof/quickjs quickjs
RUN git clone --depth 1 https://github.com/bellard/quickjs quickjs
WORKDIR $SRC/
COPY build.sh $SRC/
COPY fuzz*.c $SRC/