Issue while creating a docker image of Go with nuclei and python #3767
Replies: 5 comments 1 reply
-
|
@lijoabraham can you try to install curl first in the Docker container? We saw similar behavior here: #2875 |
Beta Was this translation helpful? Give feedback.
-
|
@olearycrew still same. |
Beta Was this translation helpful? Give feedback.
-
|
Moving this to the discussion as this is not an issue in nuclei and more of a networking issue on the host machine. |
Beta Was this translation helpful? Give feedback.
-
|
https://stackoverflow.com/questions/50768317/docker-pull-certificate-signed-by-unknown-authority Found these issues online with Docker. Some insight on there might help. |
Beta Was this translation helpful? Give feedback.
-
|
@MetzinAround I was able to got it working by using the below docker file commands. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Nuclei version:
2.9.5
Current Behavior:
Getting the below error while creating a docker image of Go with nuclei and python.
'Dockerfile'
and python code 'nuclei.py' is
Expected Behavior:
docker image should build without giving any error
Steps To Reproduce:
Beta Was this translation helpful? Give feedback.
All reactions