mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 20:52:43 +00:00
5 lines
91 B
Docker
5 lines
91 B
Docker
FROM cybercode/alpine-ruby:2.3
|
|
RUN gem install rubygems-mirror
|
|
ENV BUSYBOX=1
|
|
ENV HOME=/tmp
|