Split up more images
This commit is contained in:
parent
96f196b30e
commit
5e07911d4d
5 changed files with 64 additions and 50 deletions
20
FlutterSdk/Dockerfile
Normal file
20
FlutterSdk/Dockerfile
Normal file
|
@ -0,0 +1,20 @@
|
|||
FROM git.zontreck.com/ariascreations/buildenvironments:adk
|
||||
|
||||
|
||||
ENV PATH $PATH:/flutter/bin
|
||||
|
||||
RUN curl -sO https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.22.3-stable.tar.xz
|
||||
|
||||
RUN tar -xf /flutter_linux_3.22.3-stable.tar.xz
|
||||
|
||||
RUN curl -sO https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||
|
||||
RUN dpkg -i google-chrome-stable_current_amd64.deb
|
||||
|
||||
RUN chown -R root:root /flutter
|
||||
|
||||
RUN /flutter/bin/flutter --disable-analytics
|
||||
|
||||
RUN /flutter/bin/flutter doctor
|
||||
|
||||
RUN /flutter/bin/flutter precache
|
Loading…
Add table
Add a link
Reference in a new issue