We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cda241 commit ed11d80Copy full SHA for ed11d80
Dockerfile
@@ -7,9 +7,9 @@ ENV DEBIAN_FRONTEND=noninteractive
7
# set default build arguments
8
ARG SDK_VERSION=commandlinetools-linux-7302050_latest.zip
9
ARG ANDROID_BUILD_VERSION=30
10
-ARG ANDROID_TOOLS_VERSION=30.0.3
+ARG ANDROID_TOOLS_VERSION=30.0.2
11
ARG BUCK_VERSION=2020.10.21.01
12
-ARG NDK_VERSION=20.1.5948944
+ARG NDK_VERSION=21.4.7075529
13
ARG NODE_VERSION=14.x
14
ARG WATCHMAN_VERSION=4.9.0
15
@@ -37,6 +37,7 @@ RUN apt update -qq && apt install -qq -y --no-install-recommends \
37
make \
38
openjdk-8-jdk-headless \
39
openssh-client \
40
+ patch \
41
python3 \
42
python3-distutils \
43
rsync \
0 commit comments