mirror of
https://github.com/epi052/feroxbuster.git
synced 2026-05-20 18:41:13 -03:00
@@ -3,7 +3,8 @@ FROM alpine@sha256:69704ef328d05a9f806b6b8502915e6a0a4faa4d72018dc42343f511490da
|
||||
LABEL maintainer="wfnintr@null.net"
|
||||
|
||||
RUN sed -i -e 's/v[[:digit:]]\..*\//edge\//g' /etc/apk/repositories \
|
||||
&& apk upgrade --update-cache --available
|
||||
&& apk upgrade --update-cache --available && apk add --update openssl
|
||||
|
||||
|
||||
# Download latest release
|
||||
RUN wget https://github.com/epi052/feroxbuster/releases/latest/download/x86_64-linux-feroxbuster.zip -qO feroxbuster.zip \
|
||||
|
||||
Reference in New Issue
Block a user