From 8b4294c375257b8dc49f4f0996b0b45434d96147 Mon Sep 17 00:00:00 2001 From: zontreck Date: Sun, 7 Jul 2024 15:07:32 -0700 Subject: [PATCH] Removal of instruction to download android studio --- LinuxGeneralCompiler/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/LinuxGeneralCompiler/Dockerfile b/LinuxGeneralCompiler/Dockerfile index 32e7d80..51c5e2b 100644 --- a/LinuxGeneralCompiler/Dockerfile +++ b/LinuxGeneralCompiler/Dockerfile @@ -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