File tree Expand file tree Collapse file tree
Docker-Images/DeveloperAndroid Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -171,7 +171,9 @@ RUN mkdir -p /opt/android-sdk/cmdline-tools && \
171171
172172# Android Studio
173173ARG ANDROID_STUDIO_VERSION=2025.3.2
174- RUN curl -fsSL "https://redirector.gvt1.com/edgedl/android/studio/ide-zips/${ANDROID_STUDIO_VERSION}/android-studio-${ANDROID_STUDIO_VERSION}-linux.tar.gz" -o /tmp/android-studio.tar.gz && \
174+ ARG ANDROID_STUDIO_BUILD=2025.3.2.6
175+ ARG ANDROID_STUDIO_PACKAGE=android-studio-panda2-linux.tar.gz
176+ RUN curl -fsSL "https://redirector.gvt1.com/edgedl/android/studio/ide-zips/${ANDROID_STUDIO_BUILD}/${ANDROID_STUDIO_PACKAGE}" -o /tmp/android-studio.tar.gz && \
175177 tar -xzf /tmp/android-studio.tar.gz -C /opt && \
176178 rm /tmp/android-studio.tar.gz && \
177179 chown -R coder:coder /opt/android-studio && \
You can’t perform that action at this time.
0 commit comments