Update flutter version

This commit is contained in:
zontreck 2024-08-27 14:58:55 -07:00
parent b85bc8c3de
commit 9caf5c0cf1

View file

@ -6,9 +6,10 @@ USER 0
RUN apt-get update
RUN apt-get upgrade -y
RUN apt-get install -y git wget curl unzip xz-utils zip libglu1-mesa clang cmake ninja-build pkg-config liblzma-dev libstdc++-12-dev rsync
RUN apt-get install -y git wget curl unzip xz-utils zip libglu1-mesa clang cmake
RUN apt-get install -y ninja-build pkg-config liblzma-dev libstdc++-12-dev rsync
RUN wget -O flutter.tar.xz https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.22.1-stable.tar.xz
RUN wget -O flutter.tar.xz https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.24.1-stable.tar.xz
RUN tar -xvf flutter.tar.xz
RUN git config --global --add safe.directory /flutter