Commit 66e5b16b authored by kalvin's avatar kalvin

fixbugs

parent 0e33bb29
......@@ -48,13 +48,9 @@ RUN curl http://git.q-gp.com/QA/qg-docker-entrypoints/raw/master/fonts/install.s
# ruby环境
RUN yum groupinstall -y development
RUN yum install -y ruby
# RUN gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
# 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 source ~/.bash_profile;source ~/.bashrc
RUN gem install bundler
RUN git clone git@git.quantgroup.cn:QA/qg-recorder.git;cd qg-recorder
RUN git clone git@git.quantgroup.cn:QA/qg-recorder.git
RUN cd qg-recorder
RUN bundle install
# alias
......
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