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
$ docker-compose run --no-deps web bundle update
$ docker-compose run --no-deps web yarn upgrade --latest
$ docker-compose up --build
cw-ovp-web-1 | ERROR: It looks like you're trying to use Nokogiri as a precompiled native gem on a system with glibc < 2.17:
cw-ovp-web-1 |
cw-ovp-web-1 | /lib/aarch64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /bundle/vendor/ruby/2.6.0/gems/nokogiri-1.13.3-aarch64-linux/lib/nokogiri/2.6/nokogiri.so) - /bundle/vendor/ruby/2.6.0/gems/nokogiri-1.13.3-aarch64-linux/lib/nokogiri/2.6/nokogiri.so
cw-ovp-web-1 |
cw-ovp-web-1 | If that's the case, then please install Nokogiri via the `ruby` platform gem:
cw-ovp-web-1 | gem install nokogiri --platform=ruby
cw-ovp-web-1 | or:
cw-ovp-web-1 | bundle config set force_ruby_platform true
cw-ovp-web-1 |
cw-ovp-web-1 | Please visit https://nokogiri.org/tutorials/installing_nokogiri.html for more help.
cw-ovp-web-1 |
cw-ovp-web-1 | /bundle/vendor/ruby/2.6.0/gems/nokogiri-1.13.3-aarch64-linux/lib/nokogiri/extension.rb:7:in `require_relative': /lib/aarch64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /bundle/vendor/ruby/2.6.0/gems/nokogiri-1.13.3-aarch64-linux/lib/nokogiri/2.6/nokogiri.so) - /bundle/vendor/ruby/2.6.0/gems/nokogiri-1.13.3-aarch64-linux/lib/nokogiri/2.6/nokogiri.so (LoadError)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: