Merge "Change functest branch to stable/brahmaputra"
authorMorgan Richomme <morgan.richomme@orange.com>
Thu, 14 Jan 2016 08:07:30 +0000 (08:07 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Thu, 14 Jan 2016 08:07:30 +0000 (08:07 +0000)
1  2 
docker/Dockerfile

@@@ -74,4 -74,5 +74,4 @@@ ADD http://download.cirros-cloud.net/0.
  
  RUN gpg --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
  RUN curl -L https://get.rvm.io | bash -s stable
- RUN bash -c 'source /etc/profile.d/rvm.sh ; rvm autolibs enable ; rvm install 1.9.3 ; rvm use 1.9.3'
+ RUN bash -c 'source /etc/profile.d/rvm.sh ; rvm autolibs enable ; rvm install 1.9.3 ; rvm use 1.9.3'
 -RUN bash -c 'source /etc/profile.d/rvm.sh ; cd ${repos_dir}/vims-test;rvm use system;bundle install'