remove bundler pre ... not working right
[discourse_docker.git] / image / base / Dockerfile
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 &&\