shroudedcode / apk-mitm

🤖 A CLI application that automatically prepares Android APK files for HTTPS inspection
https://npm.im/apk-mitm
MIT License
3.6k stars 337 forks source link

add Dockerfile and instructions in README.md #119

Closed tapionx closed 1 year ago

tapionx commented 1 year ago

I did not like the idea of installing node and Java on my system, so I explored how to use Docker. It was pretty easy, I just installed Java on top of node official image.

This PR provides the Dockerfile I used and some instructions in the README on how to use Docker.

tapionx commented 1 year ago

if you still think this is useful you will find it here