Skip to content

Commit efa2cbb

Browse files
dulmandakhgengjiawen
authored andcommitted
bump buck to 2019.05.22.01 and install ssh
1 parent c7b1474 commit efa2cbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
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-4333796.zip
77
ARG ANDROID_BUILD_VERSION=28
88
ARG ANDROID_TOOLS_VERSION=28.0.3
9-
ARG BUCK_VERSION=2019.05.14.01
9+
ARG BUCK_VERSION=2019.05.22.01
1010
ARG NDK_VERSION=17c
1111
ARG WATCHMAN_VERSION=4.9.0
1212

@@ -30,6 +30,7 @@ RUN apt-get update -qq && apt-get install -qq -y --no-install-recommends \
3030
gnupg2 \
3131
openjdk-8-jre \
3232
python \
33+
ssh \
3334
unzip \
3435
&& rm -rf /var/lib/apt/lists/*;
3536

0 commit comments

Comments
 (0)