xing / mango

A fastlane plugin that lets you execute tasks in a managed docker container
MIT License
51 stars 8 forks source link

Include at least most important gradle dependencies to the base image #13

Closed JoeSSS closed 6 years ago

JoeSSS commented 6 years ago

Currently we spend some minutes downloading even dependencies for our sample project. Maybe we can find a way to download the most important ones and include them in the base.

As a first idea, we can just use the sample project during the image creation.

JoeSSS commented 6 years ago

This belongs to https://github.com/xing/mango-docker