[Bug] Docker Compose Fails
Opened this issue · 3 comments
0m3nsec commented
Describe the bug
type in docker-compose up in the correct directory and get the following error:
W: The repository 'http://ppa.launchpad.net/jonathonf/python-3.6/ubuntu xenial Release' does not have a Release file.
E: Failed to fetch http://ppa.launchpad.net/jonathonf/python-3.6/ubuntu/dists/xenial/main/binary-amd64/Packages 403 Forbidden
E: Some index files failed to download. They have been ignored, or old ones used instead.
ERROR: Service 'black_masscan' failed to build: The command '/bin/sh -c apt-get update' returned a non-zero code: 100
Expected behavior
Expected to see it start
Desktop (please complete the following information):
- OS: ParrotOS 4.7
iflody commented
I run this command in the docker directory and works fun.
sed -i "s/ppa:jonathonf\/python-3.6/ppa:deadsnakes\/ppa/g" `grep ppa:jonathonf/python-3.6 -rl .`
BitThr3at commented
yashrs commented
@BitThr3at Replace go get -f -u github.com/OWASP/Amass/...
with export GO111MODULE=on && go get -v github.com/OWASP/Amass/v3/...
in amass.yml file