Skip to content
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

Install Ruby recipe #3

Merged
merged 2 commits into from Apr 30, 2014
Merged

Install Ruby recipe #3

merged 2 commits into from Apr 30, 2014

Conversation

udzura
Copy link
Owner

@udzura udzura commented Mar 28, 2014

Rubyをルビービルド経由で入れてみます。

rbenvと言うややめんどくさいものを使わなくても、Dockerなら一からビルドすれば良いですね。

@udzura
Copy link
Owner Author

udzura commented Mar 28, 2014

ビルド

cd /usr/local/dockerfiles/botbox
sudo docker build -t udzura/botbox-1 .

試す

sudo docker run --rm -t udzura/botbox-1 /usr/local/ruby-2.1.1/bin/ruby -v
#=> ruby 2.1.1p76 (2014-02-24 revision 45161) [x86_64-linux]

このままジェムとかも入れていいかも?

udzura added a commit that referenced this pull request Apr 30, 2014
@udzura udzura merged commit 0125ba1 into master Apr 30, 2014
@udzura udzura deleted the features/install-ruby-via-ruby-build branch April 30, 2014 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant