mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 04:12:42 +00:00
6 lines
98 B
Docker
6 lines
98 B
Docker
FROM ruby:2.7-alpine
|
|
RUN gem install rubygems-mirror
|
|
RUN apk add bash
|
|
ENV BUSYBOX=1
|
|
ENV HOME=/tmp
|