Removal of instruction to download android studio

This commit is contained in:
zontreck 2024-07-07 15:07:32 -07:00
parent a94b6223ba
commit 8b4294c375

View file

@ -29,8 +29,6 @@ RUN tar -xf /flutter_linux_3.22.2-stable.tar.xz
RUN curl -sO https://dl.google.com/android/repository/commandlinetools-linux-${ANDROID_SDK_VER}_latest.zip
RUN curl -sO https://redirector.gvt1.com/edgedl/android/studio/ide-zips/2024.1.1.11/android-studio-2024.1.1.11-linux.tar.gz
RUN unzip -qq /commandlinetools-linux-${ANDROID_SDK_VER}_latest.zip -d $ANDROID_SDK_ROOT
RUN rm -v /commandlinetools-linux-${ANDROID_SDK_VER}_latest.zip