Don't link file

This commit is contained in:
zontreck 2024-07-07 02:33:54 -07:00
parent 7c8aacb173
commit f2b931364b

View file

@ -31,8 +31,6 @@ RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.d
RUN dpkg -i google-chrome-stable_current_amd64.deb RUN dpkg -i google-chrome-stable_current_amd64.deb
RUN ln -sv $(which google-chrome-stable) /bin/google-chrome
RUN flutter --disable-analytics RUN flutter --disable-analytics
RUN flutter doctor RUN flutter doctor