Commit f3f5793a authored by kalvin's avatar kalvin

fixbugs

parent 4e6fb5a6
...@@ -48,7 +48,7 @@ RUN curl http://git.q-gp.com/QA/qg-docker-entrypoints/raw/master/fonts/install.s ...@@ -48,7 +48,7 @@ RUN curl http://git.q-gp.com/QA/qg-docker-entrypoints/raw/master/fonts/install.s
# ruby环境 # ruby环境
RUN yum groupinstall -y development RUN yum groupinstall -y development
RUN yum install -y epel-release RUN yum install -y epel-release
RUN yum install readline-devel zlib-devel libffi-devel libyaml-devel openssl-devel sqlite-devel RUN yum install -y readline-devel zlib-devel libffi-devel libyaml-devel openssl-devel sqlite-devel
RUN gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 RUN gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
RUN curl -sSL https://rvm.io/mpapis.asc | gpg --import - RUN curl -sSL https://rvm.io/mpapis.asc | gpg --import -
RUN curl -L get.rvm.io | bash -s stable RUN curl -L get.rvm.io | bash -s stable
......
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