Skip to content

Commit e606569

Browse files
authored
Create Dockerfile
1 parent ac895bd commit e606569

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Dockerfile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
FROM bash
2+
3+
RUN apk update && apk add --no-cache curl git
4+
RUN ln -s /usr/local/bin/bash /bin/bash
5+
WORKDIR /opt/
6+
RUN git clone https://github.com/m3n0sd0n4ld/GooFuzz
7+
8+
WORKDIR GooFuzz
9+
10+
RUN chmod +x GooFuzz
11+
ENTRYPOINT ["bash","GooFuzz"]

0 commit comments

Comments
 (0)