File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ ENV ANDROID_HOME=/opt/android
20
20
ENV ANDROID_SDK_ROOT=${ANDROID_HOME}
21
21
ENV ANDROID_NDK_HOME=${ANDROID_HOME}/ndk/$NDK_VERSION
22
22
23
- ENV JAVA_HOME=/usr/lib/jvm/java-11 -openjdk-amd64
23
+ ENV JAVA_HOME=/usr/lib/jvm/java-17 -openjdk-amd64
24
24
ENV CMAKE_BIN_PATH=${ANDROID_HOME}/cmake/$CMAKE_VERSION/bin
25
25
26
26
ENV PATH=${CMAKE_BIN_PATH}:${ANDROID_HOME}/cmdline-tools/latest/bin:${ANDROID_HOME}/emulator:${ANDROID_HOME}/platform-tools:${ANDROID_HOME}/tools:${ANDROID_HOME}/tools/bin:${PATH}
@@ -38,7 +38,7 @@ RUN apt update -qq && apt install -qq -y --no-install-recommends \
38
38
libgl1 \
39
39
libtcmalloc-minimal4 \
40
40
make \
41
- openjdk-11 -jdk-headless \
41
+ openjdk-17 -jdk-headless \
42
42
openssh-client \
43
43
patch \
44
44
python3 \
You can’t perform that action at this time.
0 commit comments