2021-06-12 23:42:19 +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