Currently, the environment variable RBENV_ROOT is not configurable during build. This might lead to problems on Docker instances where /root is not accessable.
This PR adds $rbenv_root as build argument which configures the RBENV_ROOT environment variable.
Currently, the environment variable
RBENV_ROOT
is not configurable during build. This might lead to problems on Docker instances where/root
is not accessable.This PR adds
$rbenv_root
as build argument which configures theRBENV_ROOT
environment variable.