cirruslabs / docker-images-flutter

Docker Images for Flutter
MIT License
433 stars 139 forks source link

no maven within this container #281

Closed mars3142 closed 1 year ago

mars3142 commented 1 year ago

What can I do to include maven into this container, because I need to run openapi-generator, which requires mvn.

fkorotkov commented 1 year ago

You can try to use Maven Wrapper in your project to have it auto-install the right version on maven during your CI builds. We are not planning to include maven within the image itself.