Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdanishirfan committed May 10, 2024
1 parent 80a2643 commit b5f9ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager "platform-tools" "plat


# Download latest Android Studio version programmatically
RUN ANDROID_STUDIO_DOWNLOAD_URL=$(curl -s "https://developer.android.com/studio" | grep -oP 'https://redirector.gvt1.com/edgedl/android/studio/ide-zips/.+?/android-studio-[0-9.]+-linux.tar.gz' | head -n 1) && \
RUN ANDROID_STUDIO_DOWNLOAD_URL=$(curl -s "https://developer.android.com/studio") && \
wget --quiet --output-document=android-studio.tar.gz "$ANDROID_STUDIO_DOWNLOAD_URL" && \
tar -xf android-studio.tar.gz -C /opt/ && \
rm android-studio.tar.gz
Expand Down

0 comments on commit b5f9ebf

Please sign in to comment.