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