Closed cosad3s closed 10 months ago
@cosad3s hi, update the main branch and try again.
Thanks, but I am still having an error.
I tried with docker build -t "wifipumpkin3" --no-cache .
:
# (...)
3.363 Collecting urwid==2.1.2 (from wifipumpkin3==1.1.7)
3.396 Downloading urwid-2.1.2.tar.gz (634 kB)
3.424 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 634.6/634.6 kB 23.8 MB/s eta 0:00:00
3.483 Preparing metadata (setup.py): started
3.624 Preparing metadata (setup.py): finished with status 'done'
3.626 INFO: pip is looking at multiple versions of wifipumpkin3 to determine which version is compatible with other requirements. This could take a while.
3.626 ERROR: Package 'wifipumpkin3' requires a different Python: 3.7.5 not in '>=3.8'
------
Dockerfile:28
--------------------
26 | RUN python3.7 -m pip install --upgrade pip
27 | RUN python3.7 -m pip install pyqt5==5.14
28 | >>> RUN python3.7 -m pip install .
29 | #CMD /usr/local/bin/wifipumpkin3 -m docker
30 | WORKDIR /root/.config/wifipumpkin3
--------------------
ERROR: failed to solve: process "/bin/sh -c python3.7 -m pip install ." did not complete successfully: exit code: 1
Indeed, the provided version of Python in Dockerfile is Python 3.7, instead it requires Python 3.8 (also as specified in the Readme)
i fix now, thanks again for report the bug.
No problem, thanks, it perfectly builds now! :+1:
Description of the bug or feature request
Cannot build the Docker image.
To Reproduce
git clone https://github.com/P0cL4bs/wifipumpkin3.git
cd wifipumpkin3/
docker build -t "wifipumpkin3" .
the after a while:Expected behavior
Docker build success.
Desktop (please complete the following information):
Linux kali 6.5.0-kali3-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.5.6-1kali1 (2023-10-09) x86_64 GNU/Linux