faberNovel / docker-android

docker-android provides general purpose docker images to run CI steps of Android project.
61 stars 13 forks source link

feat: Add $rbenv_root as build argument #135

Open ffflorian opened 4 months ago

ffflorian commented 4 months ago

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.