From cf9abbd7bfa6ed28fa9a9242bc4cbb80364696ca Mon Sep 17 00:00:00 2001 From: f Date: Wed, 29 Sep 2021 16:26:34 -0300 Subject: [PATCH] debug --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 581f9a6..ac34853 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,8 @@ ENV NOKOGIRI_USE_SYSTEM_LIBRARIES=1 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 COPY ./gem-compiler.sh /usr/local/bin/gem-compiler