FACT_core icon indicating copy to clipboard operation
FACT_core copied to clipboard

Problem when running docker build

Open qy201706 opened this issue 2 years ago • 2 comments

error logs

image

How can I fix it?please help me.

qy201706 avatar Nov 26 '22 03:11 qy201706

my Ubuntu is 20.04 on WSL2, docker has been installed.

qy201706 avatar Nov 26 '22 03:11 qy201706

Hi, FACT support in WSL is still somewhat experimental. The cause of the error seems to be a connection issue. Are you working behind a proxy? What happens if you try to run the failing command directly in the terminal outside of docker. Does it work?

curl https://raw.githubusercontent.com/danielmiessler/SecLists/master/Passwords/Common-Credentials/10k-most-common.txt

It could also be a temporary thing. What happens if you try to run the installation again? You can also try to run the installation of the problematic plugin directly by running this from the src directory:

python3 plugins/analysis/users_and_passwords/install.py

jstucke avatar Nov 28 '22 08:11 jstucke