vincentcox / StaCoAn

StaCoAn is a crossplatform tool which aids developers, bugbounty hunters and ethical hackers performing static code analysis on mobile applications.
MIT License
825 stars 129 forks source link

Reduce docker image size #47

Closed Kevin-De-Koninck closed 6 years ago

Kevin-De-Koninck commented 6 years ago

This reduces the image size from 1.44GB to 264MB. This is a decrease of more than 80%. We achieve this by using Alpine Linux with JDK 8 as our base image.

vincentcox commented 6 years ago

Plenty of beer will flow to you! 🍻

Kevin-De-Koninck commented 6 years ago

Do test this (I only tested if the web interface became active)

vincentcox commented 6 years ago

Tested on mac and can confirm that it works. Great work! 👍