Consolidate layers in flutter container

This commit is contained in:
zontreck 2024-09-04 22:23:25 -07:00
parent 92945445d0
commit 95ba444f5d

View file

@ -11,9 +11,7 @@ ENV PATH $PATH:/flutter/bin
COPY --from=FLUTTER /flutter /flutter
RUN curl -sO https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
RUN dpkg -i google-chrome-stable_current_amd64.deb && rm google-chrome*.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 chown -R root:root /flutter