Flutter workdir was not set properly.

This commit is contained in:
zontreck 2024-07-23 01:19:54 -07:00
parent c78cd377c0
commit b3ed1fbd32

View file

@ -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