-
Notifications
You must be signed in to change notification settings - Fork 42
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
Trying to get the lab installed and running, having docker build error...need help #83
Comments
I made the same mistake. Solved it,? bro |
You need to edit DockerFile, and install dpkg netifilters into docker. |
Hi,i've got the same issue,too.BTW,I running Kali the same as yours,whitch mean 2022/4.Here is some error logs below: ['which', 'dumpcap'] What should I do? If you've solved it ,could you please tell me ? |
I can solve @abcchad 's problem. The file in w4sp-lab/images/base/DockerFile comment out line #27 that says
|
Running Kali 2022.4 (I've tried several other versions, I've gotten further with this one), python 3.10, and the updated w4sp-lab package. I am getting most of the way through the setup and then seems to have a docker error. Does anyone know how to fix this issue? See logs below:
[*] Not enough w4sp/labs images found, building now
/home/w4sp-lab/Downloads/w4sp-lab-master/images
['docker', 'build', '-t', 'w4sp/labs:base', 'base']
The command '/bin/sh -c pip install netifaces' returned a non-zero code: 1
Traceback (most recent call last):
File "/home/w4sp-lab/Downloads/w4sp-lab-master/w4sp_webapp.py", line 500, in
w4sp.docker_build('images/')
File "/home/w4sp-lab/Downloads/w4sp-lab-master/w4sp_app/utils.py", line 95, in docker_build
r('docker build -t w4sp/labs:base base')
File "/home/w4sp-lab/Downloads/w4sp-lab-master/w4sp_app/utils.py", line 83, in r
return subprocess.check_output(cmd)
File "/usr/lib/python3.10/subprocess.py", line 420, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/usr/lib/python3.10/subprocess.py", line 524, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['docker', 'build', '-t', 'w4sp/labs:base', 'base']' returned non-zero exit status 1.
The text was updated successfully, but these errors were encountered: