remove bundler pre ... not working right
authorSam Saffron <sam.saffron@gmail.com>
Thu, 28 Nov 2013 02:43:20 +0000 (18:43 -0800)
committerSam Saffron <sam.saffron@gmail.com>
Thu, 28 Nov 2013 02:43:20 +0000 (18:43 -0800)
image/Dockerfile
image/base/Dockerfile

index cc1ce6add4c5a22c9e07e636c2c2c3d7f851110f..775882dbb20f80ed0a225369dc855c53f4a8cd01 100644 (file)
@@ -1,7 +1,7 @@
 # DOCKER-VERSION 0.6.7
 
 # 13.10 - 04 has a missing ppa for postgresql 9.2 at the moment (26/10/2013)
-FROM samsaffron/discourse_base
+FROM samsaffron/discourse_base:0.1.1
 
 MAINTAINER Sam Saffron "https://twitter.com/samsaffron"
 
@@ -11,7 +11,7 @@ RUN useradd discourse -s /bin/bash -m -U &&\
      git clone --depth 1 https://github.com/discourse/discourse.git &&\
      chown -R discourse:discourse /var/www/discourse && cd / &&\
     cd /var/www/discourse &&\
-     sudo -u discourse RAILS4=1 bundle install -j4 --deployment \
+     sudo -u discourse RAILS4=1 bundle install --deployment \
          --without test --without development &&\
     cd /var/www/discourse/vendor/bundle &&\
        find . -name tmp -type d | xargs rm -rf && cd /
index e9054cd1a56f4755636dd182c28d3011b83859a2..bd493fde975b2e042396dbcfa3661213be39ec05 100644 (file)
@@ -32,7 +32,7 @@ RUN apt-get -y update &&\
     rm -rf /src/ruby-build &&\
     ruby-build 2.0.0-p353 /usr/local &&\
     gem update --system &&\
-    gem install bundler --pre &&\
+    gem install bundler &&\
     cd / && git clone https://github.com/SamSaffron/pups.git &&\
     mkdir /jemalloc && cd /jemalloc &&\
       wget http://www.canonware.com/download/jemalloc/jemalloc-3.4.1.tar.bz2 &&\