mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-07-01 15:35:45 +00:00
rubygems: disbale work around for incompatible bb
This commit is contained in:
parent
e671426d27
commit
fbb0b17a51
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user