diff --git a/LinuxGeneralCompiler/Dockerfile b/LinuxGeneralCompiler/Dockerfile index 59ef2ae..9a292a7 100644 --- a/LinuxGeneralCompiler/Dockerfile +++ b/LinuxGeneralCompiler/Dockerfile @@ -23,11 +23,15 @@ RUN curl -sO https://dl.google.com/android/repository/commandlinetools-linux-110 WORKDIR /adk RUN unzip /commandlinetools-linux-11076708_latest.zip -RUN echo "export PATH=$PATH:/flutter/bin:/adk/cmdline-tools/bin" > /flutter/env +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 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 WORKDIR / -RUN export PATH=$PATH:/flutter/bin:/adk/cmdline-tools/bin +RUN export PATH=$PATH:/flutter/bin:/adk/cmdline-tools/bin:/adk/android-studio/bin RUN apt install -y fonts-liberation libgtk-4-1 libgbm1 libu2f-udev libvulkan1 xdg-utils