Sign in
android
/
platform
/
external
/
oss-fuzz
/
8f2597f525956f57c8bf8b8666deb9d35e913cc6
/
.
/
projects
/
radare2
/
Dockerfile
blob: 5b2f403b1dd5645a8f62a693c9d4bf9578f7d56f [
file
] [
log
] [
blame
]
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
/