Precached linux, web and android flutter tools

This commit is contained in:
Álvaro González 2026-02-19 07:14:16 +01:00
parent cb44bd5af6
commit 4356782a12

View file

@ -35,8 +35,11 @@ USER $USER_ID:$GROUP_ID
WORKDIR /dummy_app_only_for_cache WORKDIR /dummy_app_only_for_cache
RUN flutter create . && flutter pub get RUN flutter create . && flutter pub get
RUN flutter precache --linux RUN flutter precache --linux
RUN flutter precache --android RUN flutter build linux
RUN flutter precache --web RUN flutter precache --web
RUN flutter build web
RUN flutter precache --android
RUN flutter build apk
WORKDIR /app WORKDIR /app