flutter (sdk36)
Installation
docker pull git.gmoker.com/icing/flutter:sdk36
sha256:6b6b7590243ca84e8b985b1d806e95cbe0360e131846f17e87a1d06024ba0ab5
Image Layers
# debian.sh --arch 'amd64' out/ 'bookworm' '@1747699200' |
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/ |