This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GIT_SSH_COMMAND='ssh -o ProxyCommand="connect -S 127.0.0.1:1080 %h %p"' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# A Dockerfile for building Python(Chaquo) modules | |
FROM quay.io/pypa/manylinux_2_28_x86_64 AS base | |
ARG GRADLE_VERSION=8.13 | |
ARG ANDROID_API_LEVEL=29 | |
ARG ANDROID_BUILD_TOOLS_LEVEL=29.0.3 | |
ARG ANDROID_NDK_VERSION=27.2.12479018 | |
# See also: | |
# * https://medium.com/@simplatex/how-to-build-a-lightweight-docker-container-for-android-build-c52e4e68997e |
OlderNewer