I get following error when trying to install anything with RVM:
Searching for binary rubies, this might take some time. Found remote file https://rvm.io/bina
You can try to skip the rvm updating system so apt-get won't be called.
# Disable RVM from trying to install necessary software via apt-get rvm autolibs disable # Then try installing Ruby: rvm install 2.4.0
See https://stackoverflow.com/a/16759839/1212791