You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN cd /usr/src && wget https://cache.ruby-lang.org/pub/ruby/2.5/ruby-2.5.1.tar.gz --no-check-certificate && tar -xzf ruby-2.5.1.tar.gz && cd ruby-2.5.1 && ./configure && make && make install
RUN gem update --system ; gem update; gem install bundler