coala / docker-coala-base

coala base docker image
21 stars 28 forks source link

Dependency ``/usr/bin/ruby.ruby2.2`` needed by ``ruby2.2-rubygem-bundler-1.15.0-1.2.x86_64`` #216

Closed yash-nisar closed 7 years ago

yash-nisar commented 7 years ago

See build https://travis-ci.org/jayvdb/docker-coala-base/builds/256346531

The source of problem and suggested solutions :

Problem: nothing provides /usr/bin/ruby.ruby2.2 needed by ruby2.2-rubygem-bundler-1.15.0-1.2.x86_64
 Solution 1: do not install ruby2.2-rubygem-bundler-1.15.0-1.2.x86_64
 Solution 2: break ruby2.2-rubygem-bundler-1.15.0-1.2.x86_64 by ignoring some of its dependencies
jayvdb commented 7 years ago

146 solves this one.

jayvdb commented 7 years ago

Note this is also solved by https://github.com/coala/docker-coala-base/pull/208