Sign inSign up

antonmeep/dart-sdk

By antonmeep

Updated 12 months ago

Debian-based Dart SDK image

Image
1

4.5K

antonmeep/dart-sdk repository overview

antonmeep/dart-sdk GitLab GitLab pipeline status Docker Pulls Docker Stars MicroBadger Size

This is a debian-based docker image with Dart SDK. This image can also be used to build AOT binaries for the antonmeep/dartaotruntime image.

Usage

FROM antonmeep/dart-sdk

WORKDIR /app
COPY app.dart /app/
COPY pubspec* /app/

RUN pub get

ENTRYPOINT ["dart", "/app/app.dart"]

Tag summary

Content type

Image

Digest

sha256:84543faab

Size

241.4 MB

Last updated

12 months ago

docker pull antonmeep/dart-sdk