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.
FROM antonmeep/dart-sdk
WORKDIR /app
COPY app.dart /app/
COPY pubspec* /app/
RUN pub get
ENTRYPOINT ["dart", "/app/app.dart"]
Content type
Image
Digest
sha256:84543faab…
Size
241.4 MB
Last updated
12 months ago
docker pull antonmeep/dart-sdk