Skip to content

Dockerfile updates

farmerbb requested to merge (removed):master into master
  • Adds fastlane to the Docker image so that Play Store deploys can be automated. This requires Ruby to be installed as well.
  • Removes ndk-bundle as well as the downloaded android-sdk.zip file to hopefully save space. ndk-bundle isn't actually needed as we're already downloading two other NDKs. However, the Gradle build process still expects it to be there, so we can just symlink NDK 21 to the location that ndk-bundle is expected to be in. This does produce a warning during app builds, but it should be safe to ignore.
Edited by farmerbb

Merge request reports