When my custom buildpack runs it always fails to install gems manually(gem install foo
) because it does not have access to the /var/lib/gems
directory.
Error being thrown:
ERROR: While executing gem ... (Errno::EACCES)
Permission denied - /var/lib/gems
Is there something I have to setup so my buildpack can install gems like this?
Information:
- Server => Ubuntu 14.04 DigitalOcean Dokku image(Latest)
- Custom Buildpack => Noah-Huppert/buildpack-rack