chriswhong / docker-cartodb

Dockerization for CartoDB
126 stars 53 forks source link

Failing to install bundler because of ruby version incompatibility #38

Open bplmp opened 5 years ago

bplmp commented 5 years ago
Step 32/59 : RUN gem install bundler &&gem install compass
 ---> Running in a0d6183eb7e3
ERROR:  Error installing bundler:
    bundler requires Ruby version >= 2.3.0.
The command '/bin/sh -c gem install bundler &&gem install compass' returned a non-zero code: 1

Pull request to fix: https://github.com/chriswhong/docker-cartodb/pull/37