turnbullpress / dockerbook-code

The code and configuration examples from The Docker Book (http://www.dockerbook.com)
927 stars 581 forks source link

Update Jekyll Dockerfile to get ruby 2.0 #21

Closed MartinLogan closed 8 years ago

MartinLogan commented 8 years ago

It may not need all of this - I grabbed the details from the official ruby repo, but this addresses the following error

Step 5 : RUN gem install --no-rdoc --no-ri jekyll ---> Running in 3b0d5f15ea8d Building native extensions. This could take a while... ERROR: Error installing jekyll: jekyll requires Ruby version >= 2.0.0. The command '/bin/sh -c gem install --no-rdoc --no-ri jekyll' returned a non-zero code: 1

MartinLogan commented 8 years ago

Oops - too soon