nanobox-io / nanobox-guides

Guides for using languages and frameworks with Nanobox
https://guides.nanobox.io
MIT License
11 stars 19 forks source link

Update rails guides to allow nokogiri to be installed #94

Closed sanderson closed 6 years ago

sanderson commented 6 years ago

In order for nokogiri to be installed successfully, the following packages need to be included:

run.config:
  engine: ruby
  extra_packages:
    - pkgconf
    - libxml2
    - libxslt