smicallef / spiderfoot

SpiderFoot automates OSINT for threat intelligence and mapping your attack surface.
http://www.spiderfoot.net
MIT License
13.1k stars 2.27k forks source link

docker-compose-full.yml build fail #1621

Closed m4rb3n closed 2 years ago

m4rb3n commented 2 years ago

I am using the master branch The error is the following:

...
#13 6.951 github.com/projectdiscovery/shuffledns/pkg/massdns
#13 7.016 github.com/projectdiscovery/shuffledns/pkg/runner
#13 7.025 # github.com/projectdiscovery/shuffledns/pkg/runner
#13 7.025 /go/pkg/mod/github.com/projectdiscovery/shuffledns@v1.0.5/pkg/runner/options.go:86:18: undefined: io.Discard
#13 7.025 note: module requires Go 1.17
------
executor failed running [/bin/sh -c GO111MODULE=on go get -v github.com/projectdiscovery/shuffledns/cmd/shuffledns]: exit code: 2
ERROR: Service 'spiderfoot' failed to build : Build failed
m4rb3n commented 2 years ago

Probably "https://github.com/projectdiscovery/shuffledns/cmd/shuffledns" changed name or something. It is giving 404 not found.

MatheusJacob commented 2 years ago

Same problem here

smicallef commented 2 years ago

Thanks for reporting this - I've removed the unused tools from Dockerfile.full since the relevant PRs to include them haven't been merged yet. Please pull from master and try again.