File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- FROM alpine:3.17.1 as build
1+ FROM alpine:3.17.1 AS build
22LABEL maintainer=
"[email protected] " 33
44RUN apk upgrade --update-cache --available && apk add --update openssl
@@ -9,7 +9,7 @@ RUN wget https://github.com/epi052/feroxbuster/releases/latest/download/x86_64-l
99 && chmod +x /tmp/feroxbuster \
1010 && wget https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/Web-Content/raft-medium-directories.txt -O /tmp/raft-medium-directories.txt
1111
12- from alpine:3.17.1 as release
12+ FROM alpine:3.17.1 AS release
1313COPY --from=build /tmp/raft-medium-directories.txt /usr/share/seclists/Discovery/Web-Content/raft-medium-directories.txt
1414COPY --from=build /tmp/feroxbuster /usr/local/bin/feroxbuster
1515
You can’t perform that action at this time.
0 commit comments