We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac895bd commit e606569Copy full SHA for e606569
Dockerfile
@@ -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