t4d / StalkPhish

StalkPhish - The Phishing kits stalker, harvesting phishing kits for investigations.
GNU Affero General Public License v3.0
626 stars 80 forks source link

Docker installation error #30

Closed eromang closed 2 years ago

eromang commented 3 years ago

Hello t4d,

Tried to install StalkPhish on Mac OS X docker.

Have the following error

Step 6/13 : RUN pip3 install --upgrade pip
 ---> Running in f3329252cd17
/bin/sh: pip3: not found
ERROR: Service 'stalkphish' failed to build : The command '/bin/sh -c pip3 install --upgrade pip' returned a non-zero code: 127

Nice end of week-end and stay safe you and your family

Eric

t4d commented 3 years ago

Hi Eric :) I can't reproduce this error, with docker or docker-compose, from my point of view all is ok, maybe you should try again (sometimes alpine repositories are hard to reach). Hope all is well! See you :)

RetiredQQ commented 3 years ago

I confirm this error on Ubuntu 18.04 and fixed with this Dockerfile

https://pastebin.com/KyhvfkWG

t4d commented 3 years ago

Ok thank you I will double check

t4d commented 3 years ago

Sorry for the delay, Dockerfile has been updated, it should be better now. Please let me informed if you have other issues. And thank you for your patience :)