Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
VirajInsharp opened this issue May 20, 2024 · 1 comment

Comments

@VirajInsharp
Copy link

VirajInsharp commented May 20, 2024

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
Copy link
Author

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 #371

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant