From 2a24f50730b628d5e10596a44c1578b637ae3abc Mon Sep 17 00:00:00 2001 From: zontreck Date: Sun, 7 Jul 2024 06:14:14 -0700 Subject: [PATCH] Change where adk is stored --- LinuxGeneralCompiler/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LinuxGeneralCompiler/Dockerfile b/LinuxGeneralCompiler/Dockerfile index 247c741..aab75e5 100644 --- a/LinuxGeneralCompiler/Dockerfile +++ b/LinuxGeneralCompiler/Dockerfile @@ -20,12 +20,12 @@ RUN tar -xf /flutter_linux_3.22.2-stable.tar.xz RUN curl -sO https://dl.google.com/android/repository/commandlinetools-linux-11076708_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 + WORKDIR /adk RUN unzip /commandlinetools-linux-11076708_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 tar -xf /adk/android-studio-2024.1.1.11-linux.tar.gz +RUN tar -xf /android-studio-2024.1.1.11-linux.tar.gz RUN echo "export PATH=$PATH:/flutter/bin:/adk/cmdline-tools/bin:/adk/android-studio/bin" > /flutter/env