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