mirror of https://github.com/google/oss-fuzz.git
10 lines
281 B
Docker
10 lines
281 B
Docker
FROM gcr.io/oss-fuzz-base/base-builder
|
|
MAINTAINER zlowram@gmail.com
|
|
RUN apt-get update
|
|
RUN git clone https://github.com/radare/radare2 radare2
|
|
RUN git clone https://github.com/radare/radare2-regressions radare2-regressions
|
|
WORKDIR radare2
|
|
COPY build.sh $SRC/
|
|
COPY *.options $SRC/
|
|
|