UndeadSec / SocialFish

Phishing Tool & Information Collector
BSD 3-Clause "New" or "Revised" License
3.99k stars 1.28k forks source link

failed to solve: process "/bin/sh -c pipenv install nmap" did not complete successfully #372

Open VirajInsharp opened 3 months ago

VirajInsharp commented 3 months ago

Describe the bug Installation error after docker compose up

To Reproduce Steps to reproduce the behavior:

  1. Clone repository
  2. Go to project folder
  3. sudo docker compose up
  4. Compose up not execute completely because dependency error

Screenshots Screenshot from 2024-05-20 08-46-18

VirajInsharp commented 3 months ago

This issue is because Dockerfile has the following line RUN pipenv install nmap

After I change that to RUN pipenv install python-nmap

It runs without an issue. This issue will fix after merging this PR https://github.com/UndeadSec/SocialFish/pull/371