Skip to content

Commit

Permalink
feat(docker): Added subfinder
Browse files Browse the repository at this point in the history
  • Loading branch information
T145 committed Apr 25, 2024
1 parent c33aa97 commit 09e1d6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ RUN git config --global advice.detachedHead false; \
go install -v github.com/ipinfo/cli/[email protected]; \
# https://github.com/projectdiscovery/dnsx
go install -v github.com/projectdiscovery/dnsx/cmd/[email protected];
# https://github.com/projectdiscovery/subfinder
go install -v github.com/projectdiscovery/subfinder/v2/cmd/[email protected];

FROM amd64/rust:bookworm AS rust

Expand Down Expand Up @@ -53,7 +55,7 @@ RUN apt-get -yq update --no-allow-insecure-repositories; \
# https://hub.docker.com/r/parrotsec/core
FROM docker.io/parrotsec/core:base-lts-amd64
LABEL maintainer="T145" \
version="6.3.0" \
version="6.3.1" \
description="Runs the \"Black Mirror\" project! Check it out GitHub!" \
org.opencontainers.image.description="https://github.com/T145/black-mirror#-docker-usage"

Expand Down

0 comments on commit 09e1d6f

Please sign in to comment.