fyoorer / ShadowClone

Unleash the power of cloud
Apache License 2.0
718 stars 95 forks source link

Cannot install Nuclei from the Dockerfile #35

Closed sumgr0 closed 1 year ago

sumgr0 commented 1 year ago

Whenever I run the command to build from the base Dockerfile from the repo, nuclei fails to install.

Here is the error I'm getting:

image

Ajaymagar commented 1 year ago

Its coming because of nuclei need updated golang version. try updated Dockerfile it will work.

sumgr0 commented 1 year ago

Thanks for the tip @Ajaymagar, that resolved it.