Update dockerfile to use a pre-existing flutter env
This commit is contained in:
parent
4d54d23b5b
commit
8fcb708fd1
4 changed files with 2 additions and 28 deletions
|
@ -1,15 +0,0 @@
|
|||
FROM ghcr.io/parkervcp/yolks:debian
|
||||
|
||||
|
||||
WORKDIR /
|
||||
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
|
||||
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.24.1-stable.tar.xz
|
||||
RUN tar -xvf flutter.tar.xz
|
||||
|
||||
RUN git config --global --add safe.directory /flutter
|
Loading…
Add table
Add a link
Reference in a new issue