2021-05-28 11:12:45 +08:00

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