File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ RUN apt-get update && \
44 apt-get -y upgrade && \
55 DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
66 # System
7- ca-certificates curl unzip \
7+ ca-certificates curl unzip jq \
88 # Build tools
99 git cmake pkg-config ninja-build ccache g++ \
1010 # Sprite builder libraries for the host
@@ -40,7 +40,7 @@ WORKDIR /
4040RUN yes | "$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager" --licenses > /dev/null
4141
4242# Install NDK
43- RUN "$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager" "ndk;27.3.13750724"
43+ RUN "$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager" "ndk;27.3.13750724" # sync with app/build.gradle
4444RUN "$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager" "cmake;4.0.3"
4545RUN "$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager" "build-tools;36.0.0"
4646RUN "$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager" "platforms;android-36"
You can’t perform that action at this time.
0 commit comments