dmdhrumilmistry / GooglePhish

Google account phishing tool written in python using django
83 stars 16 forks source link

pre-build arm64 Docker containers (enhancement) #34

Closed trueToastedCode closed 11 months ago

trueToastedCode commented 11 months ago

Apparently you guys only support x86-64 for the pre-build Docker containers. It would be nice, if there were also builds for arm64 for the folks using MacBooks or Raspberry pi's.

dmdhrumilmistry commented 11 months ago

Yes, I'm planning to add this to CICD. For now, you can build a docker image for ARM device using below command from README.md file:

docker build -t googlephish . 

add sudo if required