mirror of https://github.com/knative/docs.git
8 lines
341 B
Docker
8 lines
341 B
Docker
# Use Google's official Dart image.
|
|
# https://hub.docker.com/r/google/dart-runtime/
|
|
FROM google/dart-runtime
|
|
|
|
# ONBUILD instructions for COPY and pub get is defined in the google/dart-runtime image,
|
|
# allowing you to keep this file very simple, see:
|
|
# https://github.com/dart-lang/dart_docker/blob/master/runtime/Dockerfile.template#L15-L18
|