File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM ubuntu:22 .04
1
+ FROM ubuntu:24 .04
2
2
3
3
LABEL Description="This image provides a base Android development environment for React Native, and may be used to run tests."
4
4
@@ -20,7 +20,6 @@ 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-17-openjdk-amd64
24
23
ENV CMAKE_BIN_PATH=${ANDROID_HOME}/cmake/$CMAKE_VERSION/bin
25
24
26
25
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}
@@ -34,15 +33,14 @@ RUN apt update -qq && apt install -qq -y --no-install-recommends \
34
33
git \
35
34
g++ \
36
35
gnupg2 \
37
- libc++1-11 \
36
+ libc++1 \
38
37
libgl1 \
39
38
libtcmalloc-minimal4 \
40
39
make \
41
40
openjdk-17-jdk-headless \
42
41
openssh-client \
43
42
patch \
44
43
python3 \
45
- python3-distutils \
46
44
rsync \
47
45
ruby \
48
46
ruby-dev \
You can’t perform that action at this time.
0 commit comments