Update flutter version
This commit is contained in:
parent
b85bc8c3de
commit
9caf5c0cf1
1 changed files with 3 additions and 2 deletions
|
@ -6,9 +6,10 @@ USER 0
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get upgrade -y
|
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 tar -xvf flutter.tar.xz
|
||||||
|
|
||||||
RUN git config --global --add safe.directory /flutter
|
RUN git config --global --add safe.directory /flutter
|
Loading…
Reference in a new issue