Commit 8ea235f9 authored by kalvin's avatar kalvin

fixbugs

parent 66e5b16b
...@@ -50,8 +50,9 @@ RUN yum groupinstall -y development ...@@ -50,8 +50,9 @@ RUN yum groupinstall -y development
RUN yum install -y ruby RUN yum install -y ruby
RUN gem install bundler RUN gem install bundler
RUN git clone git@git.quantgroup.cn:QA/qg-recorder.git RUN git clone git@git.quantgroup.cn:QA/qg-recorder.git
RUN cd qg-recorder WORKDIR /home/qg-recorder
RUN bundle install RUN bundle install
WORKDIR /home
# alias # alias
RUN echo "export PS1='\[\033[m\][\[\033[36m\]\u\[\033[m\]:\[\033[33;1m\]\w\[\033[m\]\[\033[m\]]\[\033[m\]# '" >> ~/.bash_profile RUN echo "export PS1='\[\033[m\][\[\033[36m\]\u\[\033[m\]:\[\033[33;1m\]\w\[\033[m\]\[\033[m\]]\[\033[m\]# '" >> ~/.bash_profile
......
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