Installing Ruby with RVM on Alpine Linux 2023-03-16 For some on-going projects I need to switch to different versions of ruby. Although there exist many step-by-step instructions on installing and configuring rvm for most Linux distros, there aren’t many focused on Alpine “daily drivers”. So this post is more or less a helpful document for my future self. If it happens to help others then that’s an added bonus! Simple Setup Make sure you have the basic packages first: apk update apk a...