mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-12-25 16:32:47 +00:00
Some checks failed
docker-images / multi (., tunasync-scripts) (push) Has been cancelled
docker-images / multi (bandersnatch) (push) Has been cancelled
docker-images / multi (dockerfiles/rubygems, rubygems-mirror) (push) Has been cancelled
docker-images / multi (freighter) (push) Has been cancelled
docker-images / multi (ftpsync) (push) Has been cancelled
docker-images / multi (nix-channels) (push) Has been cancelled
docker-images / multi (pub-mirror) (push) Has been cancelled
docker-images / multi (rustup-mirror) (push) Has been cancelled
7 lines
226 B
Docker
7 lines
226 B
Docker
FROM ruby:2.7-alpine
|
|
RUN gem install rubygems-mirror
|
|
RUN apk add bash curl
|
|
# 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
|