Flutter workdir was not set properly.
This commit is contained in:
parent
c78cd377c0
commit
b3ed1fbd32
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
FROM git.zontreck.com/ariascreations/buildenvironments:adk
|
||||
|
||||
|
||||
WORKDIR /
|
||||
ENV PATH $PATH:/flutter/bin
|
||||
|
||||
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.3-stable.tar.xz
|
||||
RUN tar -xf /flutter_linux_3.22.3-stable.tar.xz; rm /flutter*.xz
|
||||
|
||||
RUN curl -sO https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||
|
||||
|
|
Loading…
Reference in a new issue