Skip to content

Instantly share code, notes, and snippets.

@jpadams
Last active June 14, 2018 05:54
Show Gist options
  • Save jpadams/b00685ec0d6c0b07ef03664e0c038f50 to your computer and use it in GitHub Desktop.
Save jpadams/b00685ec0d6c0b07ef03664e0c038f50 to your computer and use it in GitHub Desktop.
cat > /etc/apk/repositories <<EOF
http://mirror.csclub.uwaterloo.ca/alpine/v3.8/main
http://mirror.csclub.uwaterloo.ca/alpine/v3.8/community
#http://mirror.csclub.uwaterloo.ca/alpine/v3.8/testing
EOF
apk update
apk upgrade
apk add ruby ruby-dev alpine-sdk
gem install --no-document bundler rake facter fpm
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment