flutter (main)
Installation
docker pull git.gmoker.com/icing/flutter:main
sha256:e4784ab54abead5c281e0074719a63ac8242eeca77141eb3eb3e5e3ccce7b31e
Image Layers
# debian.sh --arch 'amd64' out/ 'bookworm' '@1738540800' |
RUN touch /.dockerenv |
RUN apt-get update && apt-get install -y --no-install-recommends curl git openjdk-17-jdk-headless unzip && rm -rf /var/lib/apt/lists/* |
COPY --from=build /opt/ /opt/ |
COPY --from=build /gradle.zip "$GRADLE_ZIP" |
RUN flutter config --android-sdk /opt/android-sdk/ |
RUN flutter precache --android |
RUN yes | flutter doctor --android-licenses |
COPY entrypoint.sh /usr/local/bin/ |
WORKDIR /app/ |