SocialFish
SocialFish copied to clipboard
failed to solve: process "/bin/sh -c pipenv install nmap" did not complete successfully
Describe the bug Installation error after docker compose up
To Reproduce Steps to reproduce the behavior:
- Clone repository
- Go to project folder
- sudo docker compose up
- Compose up not execute completely because dependency error
Screenshots
- OS: Linux (Ubuntu)
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