image built using https://github.com/bergkvist/includeimage merging https://github.com/PlugFox/docker_flutter/blob/master/dockerfiles/arm/flutter.dockerfile with https://github.com/open-runtimes/open-runtimes/blob/main/runtimes/node-16.0/Dockerfile squashed with https://github.com/goldmann/docker-squash
add web support in https://github.com/PlugFox/docker_flutter/blob/master/dockerfiles/arm/flutter.dockerfile
RUN set -eux; apt-get update
&& mkdir -p /build; apt-get install -y bash git curl unzip
&& rm -rf /tmp/* /var/lib/apt/lists/*
/usr/share/man/* /usr/share/doc
&& dart --disable-analytics && flutter config --no-analytics --enable-web
&& flutter doctor && flutter precache --universal --web
replaced alpine in https://github.com/open-runtimes/open-runtimes/blob/main/runtimes/node-16.0/Dockerfile with 16-bookworm-slim
Content type
Image
Digest
sha256:b7ffa326d…
Size
735.9 MB
Last updated
about 3 years ago
docker pull devloic/openruntimes:node-deb-amd-web-flutter