You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
FROM gcr.io/oss-fuzz-base/base-builder
|
|
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/
|
|
|