mirror of https://github.com/google/oss-fuzz.git
parent
3e90a4ab3f
commit
2d57e6e37a
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue