Chad Welch
Results
1
comments of
Chad Welch
I was able to get an Android build completed with this initial Dockerfile. ``` FROM ubuntu:20.04 ENV UID=1000 ENV GID=1000 ENV USER="developer" ENV JAVA_VERSION="11" ENV ANDROID_TOOLS_URL="https://dl.google.com/android/repository/commandlinetools-linux-6858069_latest.zip" ENV ANDROID_VERSION="33" ENV ANDROID_BUILD_TOOLS_VERSION="33.0.2"...