debug
Some checks failed
continuous-integration/drone the build failed

This commit is contained in:
f 2021-09-29 16:26:34 -03:00
parent d2a6ac4e1d
commit cf9abbd7bf

View file

@ -12,6 +12,8 @@ ENV NOKOGIRI_USE_SYSTEM_LIBRARIES=1
ENV EXTRA_PKGS='' ENV EXTRA_PKGS=''
RUN id 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 mini_portile2 gem-compiler
COPY ./gem-compiler.sh /usr/local/bin/gem-compiler COPY ./gem-compiler.sh /usr/local/bin/gem-compiler