Update environment variables

This commit is contained in:
zontreck 2024-07-07 02:59:56 -07:00
parent 14998ce831
commit 1d80dfae7a

View file

@ -20,7 +20,9 @@ RUN curl -sO https://storage.googleapis.com/flutter_infra_release/releases/stabl
RUN tar -xf /flutter_linux_3.22.2-stable.tar.xz
RUN echo "export PATH=$PATH:/flutter/bin"
RUN echo "export PATH=$PATH:/flutter/bin" > /flutter/env
RUN source /flutter/env
WORKDIR /