let nokogiri install its own gem dependencies

This commit is contained in:
f 2022-04-14 16:15:27 -03:00
parent 0f404c3335
commit f296c69754

View file

@ -15,7 +15,7 @@ ENV EXTRA_PKGS=''
RUN id RUN id
RUN gem env RUN gem env
RUN ls -hal /usr/lib/ruby/gems/2.7.0 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 ./gem-compiler.sh /usr/local/bin/gem-compiler
COPY ./bootstrap.sh /usr/local/bin/bootstrap COPY ./bootstrap.sh /usr/local/bin/bootstrap