rubygems: disbale work around for incompatible bb

This commit is contained in:
Miao Wang 2020-09-15 11:14:32 +08:00
parent 1948a4c0a6
commit 99f5043c3a

View File

@ -1,5 +1,6 @@
FROM ruby:2.7-alpine FROM ruby:2.7-alpine
RUN gem install rubygems-mirror RUN gem install rubygems-mirror
RUN apk add bash RUN apk add bash
ENV BUSYBOX=1 # 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 ENV HOME=/tmp