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 df88947 commit 7dfda5aCopy full SHA for 7dfda5a
Dockerfile
@@ -6,7 +6,7 @@ LABEL Description="This image provides a base Android development environment fo
6
ARG SDK_VERSION=sdk-tools-linux-3859397.zip
7
ARG ANDROID_BUILD_VERSION=28
8
ARG ANDROID_TOOLS_VERSION=28.0.2
9
-ARG BUCK_VERSION=2018.10.29.01
+ARG BUCK_VERSION=2019.01.10.01
10
ARG NDK_VERSION=17c
11
ARG WATCHMAN_VERSION=4.9.0
12
@@ -28,7 +28,6 @@ RUN apt-get update -qq && apt-get install -qq -y --no-install-recommends \
28
file \
29
git \
30
gnupg2 \
31
- openjdk-8-jre \
32
python \
33
unzip \
34
&& rm -rf /var/lib/apt/lists/*;
0 commit comments