alvr / alpine-android

🐋 Small docker image for building & testing Android applications.
https://alvr.dev
Apache License 2.0
345 stars 55 forks source link

Include Gradle #19

Closed qwerty287 closed 2 years ago

qwerty287 commented 2 years ago

Hello and thank you very much for these great images! We are using them for our CI/CD and it's working fine. However, the steps always download the Gradle wrapper and download various things like the emulator before it starts building. Would it be possible to include them in the image already? This would require different images for different Gradle versions, but it would be very time-saving for us. Thanks!

qwerty287 commented 2 years ago

This is actually a duplicate of https://github.com/alvr/alpine-android/issues/2.