Update environment variables
This commit is contained in:
parent
14998ce831
commit
1d80dfae7a
1 changed files with 3 additions and 1 deletions
|
@ -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 /
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue