let nokogiri install its own gem dependencies
This commit is contained in:
parent
0f404c3335
commit
f296c69754
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ ENV EXTRA_PKGS=''
|
|||
RUN id
|
||||
RUN gem env
|
||||
RUN ls -hal /usr/lib/ruby/gems/2.7.0
|
||||
RUN gem install --no-user-install --no-document --source https://rubygems.org geminabox mini_portile2 gem-compiler
|
||||
RUN gem install --no-user-install --no-document --source https://rubygems.org geminabox gem-compiler
|
||||
|
||||
COPY ./gem-compiler.sh /usr/local/bin/gem-compiler
|
||||
COPY ./bootstrap.sh /usr/local/bin/bootstrap
|
||||
|
|
Loading…
Reference in a new issue