alpha-omega
alpha-omega copied to clipboard
[Help wanted] Add maven to the default installed packages in the analyzer
The analyzer has Java installed, but not Maven. We should pre-install it.
This should be a matter of adding maven to the apt-get install command in this Dockerfile, and then testing to make sure it doesn't break anything.
I have created a PR for this #134. Open for feedback to make changes if needed.