oss-fuzz/projects/radare2/Dockerfile

9 lines
252 B
Docker
Raw Normal View History

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/