Consolidate layers in flutter container
This commit is contained in:
parent
92945445d0
commit
95ba444f5d
1 changed files with 1 additions and 3 deletions
|
@ -11,9 +11,7 @@ ENV PATH $PATH:/flutter/bin
|
||||||
|
|
||||||
COPY --from=FLUTTER /flutter /flutter
|
COPY --from=FLUTTER /flutter /flutter
|
||||||
|
|
||||||
RUN curl -sO https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
RUN curl -sO https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && dpkg -i google-chrome-stable_current_amd64.deb && rm google-chrome*.deb
|
||||||
|
|
||||||
RUN dpkg -i google-chrome-stable_current_amd64.deb && rm google-chrome*.deb
|
|
||||||
|
|
||||||
RUN chown -R root:root /flutter
|
RUN chown -R root:root /flutter
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue