-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
./install.sh error. - [Makefile:25: build] Error 17 reNgine installation failed!! #1033
Comments
👋 Hi @TofuWand, |
In your Docker file, make nuclei installation url from v2 to v3, it will work |
Thanks a bunch! I'll try it pretty soon. :3 <3 |
I didn't see Nuclei with any versions in any Docker file, but I did change the Docker Compose from 2.5.0 to 3, and that fixed the issue. However, it said to fix issues by running Manage.py for it to work properly, but that file doesn't exist. It loaded up in the browser, but I didn't see to add domains/subdomains, etc. I'll continue working on it tomorrow. |
Is there an existing issue for this?
Current Behavior
I get this while doing the ./install.sh script:
failed to solve: executor failed running [/bin/sh -c go install -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei@latest]: exit code: 1
make: *** [Makefile:25: build] Error 17
reNgine installation failed!!
Expected Behavior
To install correctly. lolol
Steps To Reproduce
cd rengine
./install.sh
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: