mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 20:52:43 +00:00
7 lines
111 B
Docker
7 lines
111 B
Docker
FROM google/dart:2.1.1
|
|
MAINTAINER Hui Yiqun <i@huiyiqun.me>
|
|
|
|
RUN pub global activate pub_mirror
|
|
|
|
CMD /bin/bash
|