aboutsummaryrefslogtreecommitdiff
path: root/projects/radare2/Dockerfile
blob: 5b2f403b1dd5645a8f62a693c9d4bf9578f7d56f (plain)
1
2
3
4
5
6
7
8
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update
RUN git clone https://github.com/radareorg/radare2 radare2
RUN git clone https://github.com/radareorg/radare2-fuzz radare2-fuzz
WORKDIR radare2
COPY build.sh $SRC/
COPY *.options $SRC/