Use a direct path to flutter archive

This commit is contained in:
zontreck 2024-07-07 02:13:56 -07:00
parent 78751ebc34
commit 22f16ac678

View file

@ -18,7 +18,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 /flutter
RUN echo "export PATH=$PATH:/flutter/bin"