FROM base # rubyã¤ã³ã¹ãã¼ã«ã«å¿ è¦ãªããã±ã¼ã¸ãç¨æ RUN apt-get update RUN apt-get install -y --force-yes build-essential curl git zlib1g-dev libssl-dev libreadline-dev libyaml-dev libxml2-dev libxslt-dev # rbenv, ruby-buildãã¤ã³ã¹ãã¼ã« RUN git clone https://github.com/sstephenson/rbenv.git /root/.rbenv RUN git clone https://github.com/sstephenson/ruby-build.git /root/.rbenv/plugins/ruby-build RUN ./root/.rbenv/plugins
{{#tags}}- {{label}}
{{/tags}}