drift/tool/Dockerfile

6 lines
220 B
Docker
Raw Normal View History

FROM google/dart:latest
2019-12-13 14:27:09 -08:00
RUN apt-get update && apt-get install -y -q libsqlite3-dev
# We ocassionally have to change this file to manually trigger rebuilds in the CI. Particularly, after a new Dart SDK
# version is out.