We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6fa9e5 commit 87f6f28Copy full SHA for 87f6f28
Dockerfile
@@ -1,11 +1,11 @@
1
-FROM bash
+FROM bash:latest
2
3
-RUN apk update && apk add --no-cache curl git
+RUN apk update && apk add --no-cache curl git jq
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"]
+ENTRYPOINT ["bash","GooFuzz"]
0 commit comments