From 187dc74964985560e5470c709ee540dc10b97edd Mon Sep 17 00:00:00 2001 From: zontreck Date: Sun, 7 Jul 2024 02:39:08 -0700 Subject: [PATCH] Update path of flutter --- LinuxGeneralCompiler/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/LinuxGeneralCompiler/Dockerfile b/LinuxGeneralCompiler/Dockerfile index bd69c00..0bc8b20 100644 --- a/LinuxGeneralCompiler/Dockerfile +++ b/LinuxGeneralCompiler/Dockerfile @@ -17,8 +17,7 @@ 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 -WORKDIR /flutter -RUN tar -xf /flutter_linux_3.22.2-stable.tar.xz -C /flutter +RUN tar -xf /flutter_linux_3.22.2-stable.tar.xz -C / RUN echo "export PATH=$PATH:/flutter/bin"