Skip to content

Instantly share code, notes, and snippets.

@bmorwood
Created September 18, 2018 01:10
Show Gist options
  • Save bmorwood/dc43443950b88c0e04b786866546de26 to your computer and use it in GitHub Desktop.
Save bmorwood/dc43443950b88c0e04b786866546de26 to your computer and use it in GitHub Desktop.
#!/bin/bash
apk update
apk add git
apk add nodejs-npm
apk add mysql
apk add mysql-client
apk add ruby
cd; git clone https://github.com/rubygems/rubygems.git
cd rubygems/
git submodule update --init
ruby setup.rb
apk add curl
apk add gcc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment