Closed iammyr closed 4 years ago
@bcyphers What are domain-lists
? Should they just be removed from the Dockerfile?
those are so that you can specify your own lists of domains to scan for. it's supposed to be a directory, which can be empty. I think we can put that line behind a check for existence.
Ah OK. Was this fixed by 7acececc0434fb730f03fe450b021e6eb8820f45?
Also, how do domain-lists
get used?
we've used them internally for a few different things, like scanning lists of the top sites from different countries. It's not used in the daily scan.
and yeah, 7acececc should have fixed this!
When running ./runscan.sh for the first time, I was getting the following error
Step 23/28 : COPY domain-lists $HOME/domain-lists COPY failed: stat /var/lib/docker/tmp/docker-builder530191829/domain-lists: no such file or directory Docker build failed.