Skip to content

Commit 87f6f28

Browse files
authored
Add files via upload
1 parent f6fa9e5 commit 87f6f28

File tree

3 files changed

+1168
-958
lines changed

3 files changed

+1168
-958
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM bash
1+
FROM bash:latest
22

3-
RUN apk update && apk add --no-cache curl git
3+
RUN apk update && apk add --no-cache curl git jq
44
RUN ln -s /usr/local/bin/bash /bin/bash
55
WORKDIR /opt/
66
RUN git clone https://github.com/m3n0sd0n4ld/GooFuzz
77

88
WORKDIR GooFuzz
99

1010
RUN chmod +x GooFuzz
11-
ENTRYPOINT ["bash","GooFuzz"]
11+
ENTRYPOINT ["bash","GooFuzz"]

0 commit comments

Comments
 (0)