4 Commits

Author SHA1 Message Date
Some Watson
4906b34c6d Create a docker mod to add rbenv to code-server
This mod adds rbenv to code-server, to be installed/updated during container start.

rbenv is a version manager tool for the Ruby programming language on Unix-like systems. It is useful for switching between multiple Ruby versions on the same machine and for ensuring that each project you are working on always runs on the correct Ruby version.

This mod includes adding shell completions for rbenv in bash and zsh.

Includes ruby-build, which allows you to run the rbenv install command.

If it's already installed, make sure to upgrade it by pulling the latest changes from the git repo

Adds the required packages of the build environment

Need these pre-requisites in order to install ruby in rbenv

Set permissions for ~/.rbenv

It needs to be able to write into that directory when installing new versions of Ruby
2025-11-30 22:15:08 +00:00
aptalca
b05c951c02
add dockerfile syntax 2023-04-13 15:40:48 -04:00
aptalca
69f8a2efb7
add maintainer label 2020-10-02 16:25:28 -04:00
thelamer
5aeb83b384 adding rough draft docs for review 2019-04-14 22:28:48 -07:00