mirror of https://github.com/AMT-Cheif/drift.git
3 lines
83 B
Docker
3 lines
83 B
Docker
|
FROM google/dart:latest
|
||
|
|
||
|
RUN apt-get update && apt-get install -y -q libsqlite3-dev
|