diff --git a/LinuxGeneralCompiler/Dockerfile b/LinuxGeneralCompiler/Dockerfile index 342950a..bbe1c03 100644 --- a/LinuxGeneralCompiler/Dockerfile +++ b/LinuxGeneralCompiler/Dockerfile @@ -24,9 +24,9 @@ RUN apt install -y build-essential cmake ninja-build openjdk-17-jdk nasm git cur RUN curl -sO https://ci.zontreck.com/jnlpJars/agent.jar -RUN curl -sO https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.22.2-stable.tar.xz +RUN curl -sO https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.22.3-stable.tar.xz -RUN tar -xf /flutter_linux_3.22.2-stable.tar.xz +RUN tar -xf /flutter_linux_3.22.3-stable.tar.xz RUN curl -sO https://dl.google.com/android/repository/commandlinetools-linux-${ANDROID_SDK_VER}_latest.zip @@ -101,4 +101,4 @@ WORKDIR / ADD ./env /env.bash RUN source /env.bash -ENTRYPOINT [ "java", "-jar", "/agent.jar", "-url", "https://ci.zontreck.com", "-secret", "@/agent.secret", "-name", "Linux", "-workDir", "/builder" ] \ No newline at end of file +ENTRYPOINT [ "java", "-jar", "/agent.jar", "-url", "https://ci.zontreck.com", "-secret", "@/agent.secret", "-name", "Linux", "-workDir", "/builder" ]