Skip to content

Commit 7dfda5a

Browse files
dulmandakhgengjiawen
authored andcommitted
bump buck to 2019.01.10.01, and remove openjdk-8-jre from dependencies (#32)
1 parent df88947 commit 7dfda5a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL Description="This image provides a base Android development environment fo
66
ARG SDK_VERSION=sdk-tools-linux-3859397.zip
77
ARG ANDROID_BUILD_VERSION=28
88
ARG ANDROID_TOOLS_VERSION=28.0.2
9-
ARG BUCK_VERSION=2018.10.29.01
9+
ARG BUCK_VERSION=2019.01.10.01
1010
ARG NDK_VERSION=17c
1111
ARG WATCHMAN_VERSION=4.9.0
1212

@@ -28,7 +28,6 @@ RUN apt-get update -qq && apt-get install -qq -y --no-install-recommends \
2828
file \
2929
git \
3030
gnupg2 \
31-
openjdk-8-jre \
3231
python \
3332
unzip \
3433
&& rm -rf /var/lib/apt/lists/*;

0 commit comments

Comments
 (0)