Невозможно запустить приложение Rails с использованием образа alpine с ошибкой concurrent- ruby - PullRequest
0 голосов
/ 17 июня 2020

Невозможно запустить приложение Rails с использованием образа alpine с ошибкой concurrent- ruby при запуске с использованием docker -compose. Что здесь может быть не так

foo-service-web-container | /usr/local/lib/ruby/2.7.0/bundler/spec_set.rb:86:in `block in materialize': Could not find concurrent-ruby-1.1.6 in any of the sources (Bundler::GemNotFound)
foo-service-web-container |   from /usr/local/lib/ruby/2.7.0/bundler/spec_set.rb:80:in `map!'
foo-service-web-container |   from /usr/local/lib/ruby/2.7.0/bundler/spec_set.rb:80:in `materialize'
foo-service-web-container |   from /usr/local/lib/ruby/2.7.0/bundler/definition.rb:170:in `specs'
foo-service-web-container |   from /usr/local/lib/ruby/2.7.0/bundler/definition.rb:237:in `specs_for'
foo-service-web-container |   from /usr/local/lib/ruby/2.7.0/bundler/definition.rb:226:in `requested_specs'
foo-service-web-container |   from /usr/local/lib/ruby/2.7.0/bundler/runtime.rb:101:in `block in definition_method'
foo-service-web-container |   from /usr/local/lib/ruby/2.7.0/bundler/runtime.rb:20:in `setup'
foo-service-web-container |   from /usr/local/lib/ruby/2.7.0/bundler.rb:149:in `setup'
foo-service-web-container |   from /usr/local/lib/ruby/2.7.0/bundler/setup.rb:20:in `block in <top (required)>'
foo-service-web-container |   from /usr/local/lib/ruby/2.7.0/bundler/ui/shell.rb:136:in `with_level'
foo-service-web-container |   from /usr/local/lib/ruby/2.7.0/bundler/ui/shell.rb:88:in `silence'
foo-service-web-container |   from /usr/local/lib/ruby/2.7.0/bundler/setup.rb:20:in `<top (required)>'
foo-service-web-container |   from /usr/local/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in `require'
foo-service-web-container |   from /usr/local/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in `require'
foo-service-web-container |   from /usr/local/bundle/bin/rake:27:in `<main>'
...