SocialFish icon indicating copy to clipboard operation
SocialFish copied to clipboard

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

Open VirajInsharp opened this issue 1 year ago • 1 comments

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

  • OS: Linux (Ubuntu)

VirajInsharp avatar May 20 '24 03:05 VirajInsharp

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

ghost avatar May 20 '24 03:05 ghost