Last active
June 14, 2018 05:54
-
-
Save jpadams/b00685ec0d6c0b07ef03664e0c038f50 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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