This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Adapted from this gist | |
# https://gist.github.com/soardex/e95cdc230d1ac5b824b3 | |
# I changed .bash_profile to .bashrc since docker opens bash as non-login shell | |
# Also, I added 'gem update --system' because bundler was complaining about it | |
RUBY_VERSION=2.3.0 | |
# install build dependencies | |
sudo yum install -y git-core zlib zlib-devel gcc-c++ patch readline readline-devel \ | |
libyaml-devel libffi-devel openssl-devel make bzip2 \ |