tunasync-scripts/dockerfiles/rubygems/Dockerfile
Miao Wang 3bd346bbf6
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
rubygems: also download versions file
2024-04-04 15:58:37 +08:00

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