-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: docker build failures #447
base: develop
Are you sure you want to change the base?
Conversation
remove workaround for rvm/issues/4068 as this issue was fixed in Aug 28, 2017
Forgot to uncomment line
incorrectly removed while cleaning up using released version of awestruck
the --path option to bundle has been deprecated
The The problem is the awestruck binds to
This allows me to connect to |
Why is this so hard? |
Short description of what this resolves:
Docker builds fail as per #446
Changes proposed in this pull request:
Remove workaround for rvm/issues/4068 as this issue was fixed in Aug 28, 2017, use proper rvm installer.
Awestruct 0.6.0 has since been released, use that version. Requires upgrading ruby.
Fixes: #
#446