use busybox patch
This commit is contained in:
parent
47bdebcc0f
commit
a5caa08b64
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ RUN chmod 755 /usr/local/bin/geminabox
|
||||||
# https://github.com/rubygems/rubygems/issues/2918
|
# https://github.com/rubygems/rubygems/issues/2918
|
||||||
# https://gitlab.alpinelinux.org/alpine/aports/issues/10808
|
# https://gitlab.alpinelinux.org/alpine/aports/issues/10808
|
||||||
COPY ./rubygems-platform-musl.patch /tmp/
|
COPY ./rubygems-platform-musl.patch /tmp/
|
||||||
RUN patch -d /usr/lib/ruby/2.5.0 -Np 0 -i /tmp/rubygems-platform-musl.patch
|
RUN cd /usr/lib/ruby/2.5.0 && patch -Np 0 -i /tmp/rubygems-platform-musl.patch
|
||||||
|
|
||||||
EXPOSE 9292
|
EXPOSE 9292
|
||||||
VOLUME /srv/gems
|
VOLUME /srv/gems
|
||||||
|
|
Loading…
Reference in a new issue