bump image, shave off some more bytes
authorSam <sam.saffron@gmail.com>
Mon, 23 May 2016 03:02:39 +0000 (13:02 +1000)
committerSam <sam.saffron@gmail.com>
Mon, 23 May 2016 03:02:39 +0000 (13:02 +1000)
image/base/Dockerfile
image/build.rb
image/discourse/Dockerfile
image/discourse_test/Dockerfile

index 499da348f82997c1203202e6edaae752ccecb5c4..bd200f9eeb7c40fca3b30b84934ed3c22464a66b 100644 (file)
@@ -1,5 +1,5 @@
 # NAME:     discourse_base
-# VERSION:  1.3.0
+# VERSION:  1.3.1
 
 FROM ubuntu:16.04
 
@@ -79,6 +79,10 @@ RUN gem update --system &&\
     rm -rf /usr/local/share/ri/2.3.0/system &&\
     cd / && git clone https://github.com/SamSaffron/pups.git
 
+RUN cd tmp && wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2
+
+RUN cd tmp && tar jxf phantomjs-2.1.1-linux-x86_64.tar.bz2 && mv /tmp/phantomjs-2.1.1-linux-x86_64/bin/phantomjs /usr/local/bin
+
 # clean up for docker squash
 RUN   rm -fr /usr/share/man &&\
       rm -fr /usr/share/doc &&\
@@ -88,7 +92,10 @@ RUN   rm -fr /usr/share/man &&\
       rm -fr /usr/local/share/doc &&\
       rm -fr /usr/local/share/ruby-build &&\
       rm -fr /root/.gem &&\
-      rm -fr /root/.npm
+      rm -fr /root/.npm &&\
+      rm -fr /tmp/* &&\
+      rm -fr /usr/share/vim/vim74/spell/en*
+
 
 # this can probably be done, but I worry that people changing PG locales will have issues
 # cd /usr/share/locale && rm -fr `ls -d */ | grep -v en`
index 8426815ed411aa37aa641470ec1e356366beb6ca..d6b160bbfde4419e520dd58bc818279aea7a966f 100644 (file)
@@ -2,7 +2,7 @@
 #
 require 'pty'
 
-$version = "1.3.0"
+$version = "1.3.1"
 
 $docker_squash = "https://github.com/jwilder/docker-squash/releases/download/v0.2.0/docker-squash-linux-amd64-v0.2.0.tar.gz"
 
index 8e52c26207929532e8a04720445992ffaeba2ff4..335d4acb53cd932291702998e53a8b54d358443f 100644 (file)
@@ -1,5 +1,5 @@
-# Current version 1.3.0
-FROM discourse/base:1.3.0
+# Current version 1.3.1
+FROM discourse/base:1.3.1
 
 MAINTAINER Sam Saffron "https://twitter.com/samsaffron"
 
index d341f6663acb213621d4a51fc26798aa34a80c0b..7e7c3849c35a588910224c633917deda2972025e 100644 (file)
@@ -1,4 +1,4 @@
-FROM discourse/discourse:1.3.0
+FROM discourse/discourse:1.3.1
 
 MAINTAINER Sam Saffron "https://twitter.com/samsaffron"