Commit bcc6cb00 authored by kalvin's avatar kalvin

source

parent 2f55ab63
......@@ -51,8 +51,7 @@ RUN gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A170311380
RUN curl -L get.rvm.io | bash -s stable
RUN /usr/local/rvm/bin/rvm reload
RUN /usr/local/rvm/bin/rvm install 2.3.3
RUN cd ~
RUN source .
RUN source ~/.bash_profile;source ~/.bashrc;source ~/.profile
RUN gem install bundler
RUN git clone git@git.quantgroup.cn:QA/qg-recorder.git;cd qg-recorder
RUN bundle install
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment