File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1- FROM  ubuntu:24 .04
1+ FROM  ubuntu:22 .04
22
33LABEL  Description="This image provides a base Android development environment for React Native, and may be used to run tests." 
44
@@ -20,6 +20,7 @@ ENV ANDROID_HOME=/opt/android
2020ENV  ANDROID_SDK_ROOT=${ANDROID_HOME}
2121ENV  ANDROID_NDK_HOME=${ANDROID_HOME}/ndk/$NDK_VERSION
2222
23+ ENV  JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64
2324ENV  CMAKE_BIN_PATH=${ANDROID_HOME}/cmake/$CMAKE_VERSION/bin
2425
2526ENV  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}
@@ -33,14 +34,15 @@ RUN apt update -qq && apt install -qq -y --no-install-recommends \
3334        git \
3435        g++ \
3536        gnupg2 \
36-         libc++1 \
37+         libc++1-11  \
3738        libgl1 \
3839        libtcmalloc-minimal4 \
3940        make \
4041        openjdk-17-jdk-headless \
4142        openssh-client \
4243        patch \
4344        python3 \
45+         python3-distutils \
4446        rsync \
4547        ruby \
4648        ruby-dev \
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments