mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-21 05:02:43 +00:00
9 lines
143 B
Docker
9 lines
143 B
Docker
FROM google/dart:2.1.1
|
|
MAINTAINER Hui Yiqun <i@huiyiqun.me>
|
|
|
|
ENV PUB_CACHE /pub-cache
|
|
|
|
RUN pub global activate pub_mirror 1.0.7
|
|
|
|
CMD /bin/bash
|