From f2b931364bfa4b7329d3eea039e16e6cc2684aa0 Mon Sep 17 00:00:00 2001 From: zontreck Date: Sun, 7 Jul 2024 02:33:54 -0700 Subject: [PATCH] Don't link file --- LinuxGeneralCompiler/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/LinuxGeneralCompiler/Dockerfile b/LinuxGeneralCompiler/Dockerfile index 1df89d3..bd69c00 100644 --- a/LinuxGeneralCompiler/Dockerfile +++ b/LinuxGeneralCompiler/Dockerfile @@ -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 ln -sv $(which google-chrome-stable) /bin/google-chrome - RUN flutter --disable-analytics RUN flutter doctor