Open Baschdl opened 4 years ago
This is a bug in RubyGems: https://bundler.io/blog/2019/05/14/solutions-for-cant-find-gem-bundler-with-executable-bundle.html Sadly cartoDB's PR doesn't have a description but they also updated the bundler version yesterday: https://github.com/CartoDB/cartodb/pull/15688
They bundled the Gemfile.lock
with version 2.1.4
(https://github.com/CartoDB/cartodb/blob/0a3e9f5d1e81d179150a50d5c924f0cf49350e46/Gemfile.lock#L566) but the specified gem 'rails', '4.2.11'
(https://github.com/CartoDB/cartodb/blob/0a3e9f5d1e81d179150a50d5c924f0cf49350e46/Gemfile#L3) depends on bundler (>= 1.3.0, < 2.0)
. Opened issue in cartodb's repository: https://github.com/CartoDB/cartodb/issues/15692
Building the
master
as well as thepy3pg12postgis3
branch withdocker build -t=sverhoeven/cartodb docker-cartodb/
errors with:Btw: Why do you execute all the commands as one command? Using the caching of Docker would greatly speed up the iterative fixing