Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

Change Dockerfile to use latest dart image #118

Merged
merged 1 commit into from
Sep 26, 2019

Conversation

fredtma
Copy link
Contributor

@fredtma fredtma commented Sep 26, 2019

I generated an application with angel init

When running the application in a docker container, I get the error.
file:///root/.pub-cache/hosted/pub.dartlang.org/angel_configuration-2.1.0/lib/angel_configuration.dart:62:1: Error: 'Future' expects 0 type arguments.
This is due to the fact that angel_configuration.dart does not import 'dart:async'.
This works when using the latest dart version.
see
see
see

I generated an application with `angel init`

When running the application in a docker container, I get the error.
`file:///root/.pub-cache/hosted/pub.dartlang.org/angel_configuration-2.1.0/lib/angel_configuration.dart:62:1: Error: 'Future' expects 0 type arguments.`
This is due to the fact that *angel_configuration.dart* does not import 'dart:async'.
This works when using the latest dart version.
[see](dart-lang/sdk#26162)
[see](dart-lang/sdk#34384)
[see](dart-lang/sdk#34237)
@thosakwe
Copy link
Member

Thanks! I don’t use Docker, so I don’t really test the file; rather, it’s there’s for convenience.

@thosakwe thosakwe merged commit 21e5836 into angel-dart:master Sep 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants