mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 20:52:43 +00:00
7 lines
221 B
Docker
7 lines
221 B
Docker
FROM ruby:2.7-alpine
|
|
RUN gem install rubygems-mirror
|
|
RUN apk add bash
|
|
# the command timeout provided by old verison of busybox was incompatible with that from coreutils and is compatible now.
|
|
ENV BUSYBOX=0
|
|
ENV HOME=/tmp
|