mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-07-01 07:22:45 +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
|